#[repr(C)]pub struct c__pthread_internal_list {
pub __prev: *mut c__pthread_internal_list,
pub __next: *mut c__pthread_internal_list,
}
Fields§
§__prev: *mut c__pthread_internal_list
§__next: *mut c__pthread_internal_list
Trait Implementations§
§impl Clone for c__pthread_internal_list
impl Clone for c__pthread_internal_list
§fn clone(&self) -> c__pthread_internal_list
fn clone(&self) -> c__pthread_internal_list
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 more§impl Debug for c__pthread_internal_list
impl Debug for c__pthread_internal_list
impl Copy for c__pthread_internal_list
Auto Trait Implementations§
impl RefUnwindSafe for c__pthread_internal_list
impl !Send for c__pthread_internal_list
impl !Sync for c__pthread_internal_list
impl Unpin for c__pthread_internal_list
impl UnwindSafe for c__pthread_internal_list
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