Struct r_core::r_magic_set[][src]

#[repr(C)]
pub struct r_magic_set { pub mlist: *mut mlist, pub c: r_magic_set_cont, pub o: r_magic_set_out, pub offset: c_uint, pub error: c_int, pub flags: c_int, pub haderr: c_int, pub file: *const c_char, pub line: size_t, pub search: r_magic_set__bindgen_ty_1, pub ms_value: VALUETYPE, }

Fields

mlist: *mut mlistc: r_magic_set_conto: r_magic_set_outoffset: c_uinterror: c_intflags: c_inthaderr: c_intfile: *const c_charline: size_tsearch: r_magic_set__bindgen_ty_1ms_value: VALUETYPE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.