#[repr(C)]pub struct __ptcb {
pub __f: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub __x: *mut c_void,
pub __next: *mut __ptcb,
}Fields§
§__f: Option<unsafe extern "C" fn(arg1: *mut c_void)>§__x: *mut c_void§__next: *mut __ptcbTrait Implementations§
impl Copy for __ptcb
impl Eq for __ptcb
impl StructuralPartialEq for __ptcb
Auto Trait Implementations§
impl Freeze for __ptcb
impl RefUnwindSafe for __ptcb
impl !Send for __ptcb
impl !Sync for __ptcb
impl Unpin for __ptcb
impl UnwindSafe for __ptcb
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