#[repr(C, packed(1))]pub struct INTX_FILE {
pub magic: INTX_FILE_TYPES,
pub __bindgen_anon_1: INTX_FILE__bindgen_ty_1,
}Fields§
§magic: INTX_FILE_TYPES§__bindgen_anon_1: INTX_FILE__bindgen_ty_1Auto Trait Implementations§
impl Freeze for INTX_FILE
impl RefUnwindSafe for INTX_FILE
impl !Send for INTX_FILE
impl !Sync for INTX_FILE
impl Unpin for INTX_FILE
impl UnwindSafe for INTX_FILE
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