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