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