Struct wireplumber_sys::WpProxy
source · #[repr(C)]pub struct WpProxy {
pub parent_instance: WpObject,
}
Fields§
§parent_instance: WpObject
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WpProxy
impl RefUnwindSafe for WpProxy
impl !Send for WpProxy
impl !Sync for WpProxy
impl Unpin for WpProxy
impl UnwindSafe for WpProxy
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