Struct pipewire_sys::pw_loop
source · #[repr(C)]pub struct pw_loop {
pub system: *mut spa_system,
pub loop_: *mut spa_loop,
pub control: *mut spa_loop_control,
pub utils: *mut spa_loop_utils,
}
Expand description
\addtogroup pw_loop {
Fields§
§system: *mut spa_system
< system utils
loop_: *mut spa_loop
< wrapped loop
control: *mut spa_loop_control
< loop control
utils: *mut spa_loop_utils
< loop utils
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pw_loop
impl !Send for pw_loop
impl !Sync for pw_loop
impl Unpin for pw_loop
impl UnwindSafe for pw_loop
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more