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