Struct pipewire_wrapper::core_api::proxy::Proxy
source · pub struct Proxy<'c> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'c> Wrapper for Proxy<'c>
impl<'c> Wrapper for Proxy<'c>
§type RawWrapperType = ProxyRef
type RawWrapperType = ProxyRef
RawWrapper type
source§fn into_raw(self) -> *mut <Self::RawWrapperType as RawWrapper>::CType
fn into_raw(self) -> *mut <Self::RawWrapperType as RawWrapper>::CType
Converts the Wrapper into raw pointer, that must be dropped manually.
Used when the external method takes the ownership.
source§fn as_raw(&self) -> *mut <Self::RawWrapperType as RawWrapper>::CType
fn as_raw(&self) -> *mut <Self::RawWrapperType as RawWrapper>::CType
Raw mutable pointer to the external value.
Auto Trait Implementations§
impl<'c> RefUnwindSafe for Proxy<'c>
impl<'c> !Send for Proxy<'c>
impl<'c> !Sync for Proxy<'c>
impl<'c> Unpin for Proxy<'c>
impl<'c> UnwindSafe for Proxy<'c>
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