Struct pipewire_wrapper::spa::loop_::SignalSource
source · pub struct SignalSource<'l> { /* private fields */ }
Trait Implementations§
source§impl<'l> AsMut<SourceRef> for SignalSource<'l>
impl<'l> AsMut<SourceRef> for SignalSource<'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 SignalSource<'l>
impl<'l> AsRef<SourceRef> for SignalSource<'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 Debug for SignalSource<'_>
impl Debug for SignalSource<'_>
source§impl<'l> Deref for SignalSource<'l>
impl<'l> Deref for SignalSource<'l>
§type Target = <SignalSource<'l> as Wrapper>::RawWrapperType
type Target = <SignalSource<'l> as Wrapper>::RawWrapperType
The resulting type after dereferencing.
source§impl<'l> DerefMut for SignalSource<'l>
impl<'l> DerefMut for SignalSource<'l>
source§impl Drop for SignalSource<'_>
impl Drop for SignalSource<'_>
source§impl<'l> Wrapper for SignalSource<'l>
impl<'l> Wrapper for SignalSource<'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 SignalSource<'l>
impl<'l> !Send for SignalSource<'l>
impl<'l> !Sync for SignalSource<'l>
impl<'l> Unpin for SignalSource<'l>
impl<'l> !UnwindSafe for SignalSource<'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