#[repr(C)]pub struct r_magic {Show 18 fields
pub cont_level: c_ushort,
pub flag: c_uchar,
pub dummy1: c_uchar,
pub reln: c_uchar,
pub vallen: c_uchar,
pub type_: c_uchar,
pub in_type: c_uchar,
pub in_op: c_uchar,
pub mask_op: c_uchar,
pub cond: c_uchar,
pub dummy2: c_uchar,
pub offset: c_uint,
pub in_offset: c_uint,
pub lineno: c_uint,
pub _u: r_magic__bindgen_ty_1,
pub value: VALUETYPE,
pub desc: [c_char; 64],
pub mimetype: [c_char; 64],
}
Fields§
§cont_level: c_ushort
§flag: c_uchar
§dummy1: c_uchar
§reln: c_uchar
§vallen: c_uchar
§type_: c_uchar
§in_type: c_uchar
§in_op: c_uchar
§mask_op: c_uchar
§cond: c_uchar
§dummy2: c_uchar
§offset: c_uint
§in_offset: c_uint
§lineno: c_uint
§_u: r_magic__bindgen_ty_1
§value: VALUETYPE
§desc: [c_char; 64]
§mimetype: [c_char; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_magic
impl RefUnwindSafe for r_magic
impl Send for r_magic
impl Sync for r_magic
impl Unpin for r_magic
impl UnwindSafe for r_magic
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