Struct rusteron_media_driver::PthreadCondS
source · pub struct PthreadCondS { /* private fields */ }
Implementations§
source§impl PthreadCondS
impl PthreadCondS
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn get_inner(&self) -> *mut __pthread_cond_s
Trait Implementations§
source§impl Clone for PthreadCondS
impl Clone for PthreadCondS
source§fn clone(&self) -> PthreadCondS
fn clone(&self) -> PthreadCondS
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 PthreadCondS
impl Debug for PthreadCondS
source§impl Deref for PthreadCondS
impl Deref for PthreadCondS
source§impl From<&PthreadCondS> for *mut __pthread_cond_s
impl From<&PthreadCondS> for *mut __pthread_cond_s
source§fn from(value: &PthreadCondS) -> Self
fn from(value: &PthreadCondS) -> Self
Converts to this type from the input type.
source§impl From<*const __pthread_cond_s> for PthreadCondS
impl From<*const __pthread_cond_s> for PthreadCondS
source§fn from(value: *const __pthread_cond_s) -> Self
fn from(value: *const __pthread_cond_s) -> Self
Converts to this type from the input type.
source§impl From<*mut __pthread_cond_s> for PthreadCondS
impl From<*mut __pthread_cond_s> for PthreadCondS
source§fn from(value: *mut __pthread_cond_s) -> Self
fn from(value: *mut __pthread_cond_s) -> Self
Converts to this type from the input type.
source§impl From<PthreadCondS> for *mut __pthread_cond_s
impl From<PthreadCondS> for *mut __pthread_cond_s
source§fn from(value: PthreadCondS) -> Self
fn from(value: PthreadCondS) -> Self
Converts to this type from the input type.
source§impl From<PthreadCondS> for __pthread_cond_s
impl From<PthreadCondS> for __pthread_cond_s
source§fn from(value: PthreadCondS) -> Self
fn from(value: PthreadCondS) -> Self
Converts to this type from the input type.
source§impl From<__pthread_cond_s> for PthreadCondS
impl From<__pthread_cond_s> for PthreadCondS
source§fn from(value: __pthread_cond_s) -> Self
fn from(value: __pthread_cond_s) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PthreadCondS
impl !RefUnwindSafe for PthreadCondS
impl !Send for PthreadCondS
impl !Sync for PthreadCondS
impl Unpin for PthreadCondS
impl !UnwindSafe for PthreadCondS
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
)