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