#[repr(C)]pub struct __pthread_internal_list {
pub __prev: *mut __pthread_internal_list,
pub __next: *mut __pthread_internal_list,
}
Fields§
§__prev: *mut __pthread_internal_list
§__next: *mut __pthread_internal_list
Trait Implementations§
Source§impl Clone for __pthread_internal_list
impl Clone for __pthread_internal_list
impl Copy for __pthread_internal_list
Auto Trait Implementations§
impl Freeze for __pthread_internal_list
impl RefUnwindSafe for __pthread_internal_list
impl !Send for __pthread_internal_list
impl !Sync for __pthread_internal_list
impl Unpin for __pthread_internal_list
impl UnwindSafe for __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