Struct rusteron_media_driver::PthreadMutexS
source · pub struct PthreadMutexS { /* private fields */ }
Implementations§
source§impl PthreadMutexS
impl PthreadMutexS
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn get_inner(&self) -> *mut __pthread_mutex_s
Trait Implementations§
source§impl Clone for PthreadMutexS
impl Clone for PthreadMutexS
source§fn clone(&self) -> PthreadMutexS
fn clone(&self) -> PthreadMutexS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PthreadMutexS
impl Debug for PthreadMutexS
source§impl Deref for PthreadMutexS
impl Deref for PthreadMutexS
source§impl From<&PthreadMutexS> for *mut __pthread_mutex_s
impl From<&PthreadMutexS> for *mut __pthread_mutex_s
source§fn from(value: &PthreadMutexS) -> Self
fn from(value: &PthreadMutexS) -> Self
Converts to this type from the input type.
source§impl From<*const __pthread_mutex_s> for PthreadMutexS
impl From<*const __pthread_mutex_s> for PthreadMutexS
source§fn from(value: *const __pthread_mutex_s) -> Self
fn from(value: *const __pthread_mutex_s) -> Self
Converts to this type from the input type.
source§impl From<*mut __pthread_mutex_s> for PthreadMutexS
impl From<*mut __pthread_mutex_s> for PthreadMutexS
source§fn from(value: *mut __pthread_mutex_s) -> Self
fn from(value: *mut __pthread_mutex_s) -> Self
Converts to this type from the input type.
source§impl From<PthreadMutexS> for *mut __pthread_mutex_s
impl From<PthreadMutexS> for *mut __pthread_mutex_s
source§fn from(value: PthreadMutexS) -> Self
fn from(value: PthreadMutexS) -> Self
Converts to this type from the input type.
source§impl From<PthreadMutexS> for __pthread_mutex_s
impl From<PthreadMutexS> for __pthread_mutex_s
source§fn from(value: PthreadMutexS) -> Self
fn from(value: PthreadMutexS) -> Self
Converts to this type from the input type.
source§impl From<__pthread_mutex_s> for PthreadMutexS
impl From<__pthread_mutex_s> for PthreadMutexS
source§fn from(value: __pthread_mutex_s) -> Self
fn from(value: __pthread_mutex_s) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PthreadMutexS
impl !RefUnwindSafe for PthreadMutexS
impl !Send for PthreadMutexS
impl !Sync for PthreadMutexS
impl Unpin for PthreadMutexS
impl !UnwindSafe for PthreadMutexS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)