Struct pipewire_wrapper::spa::loop_::IOSource
source · pub struct IOSource<'l> { /* private fields */ }
Trait Implementations§
source§impl<'l> AsMut<SourceRef> for IOSource<'l>
impl<'l> AsMut<SourceRef> for IOSource<'l>
source§fn as_mut(&mut self) -> &mut <Self as Wrapper>::RawWrapperType
fn as_mut(&mut self) -> &mut <Self as Wrapper>::RawWrapperType
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl<'l> AsRef<SourceRef> for IOSource<'l>
impl<'l> AsRef<SourceRef> for IOSource<'l>
source§fn as_ref(&self) -> &<Self as Wrapper>::RawWrapperType
fn as_ref(&self) -> &<Self as Wrapper>::RawWrapperType
Converts this type into a shared reference of the (usually inferred) input type.
source§impl<'l> Wrapper for IOSource<'l>
impl<'l> Wrapper for IOSource<'l>
§type RawWrapperType = SourceRef
type RawWrapperType = SourceRef
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<'l> !RefUnwindSafe for IOSource<'l>
impl<'l> !Send for IOSource<'l>
impl<'l> !Sync for IOSource<'l>
impl<'l> Unpin for IOSource<'l>
impl<'l> !UnwindSafe for IOSource<'l>
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