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