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