#[repr(C)]pub struct FtParts {
pub num: c_int,
pub dobj: *mut *mut DOBJ,
pub x8: *mut c_void,
pub xc: *mut c_void,
}Fields§
§num: c_int§dobj: *mut *mut DOBJ§x8: *mut c_void§xc: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for FtParts
impl RefUnwindSafe for FtParts
impl !Send for FtParts
impl !Sync for FtParts
impl Unpin for FtParts
impl UnwindSafe for FtParts
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