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