#[repr(C)]
pub struct fm_seqdata_s { pub target_id: u32, pub target_start: u64, pub fm_start: u32, pub length: u32, pub name_length: u16, pub source_length: u16, pub acc_length: u16, pub desc_length: u16, pub name: *mut c_char, pub source: *mut c_char, pub acc: *mut c_char, pub desc: *mut c_char, }

Fields§

§target_id: u32§target_start: u64§fm_start: u32§length: u32§name_length: u16§source_length: u16§acc_length: u16§desc_length: u16§name: *mut c_char§source: *mut c_char§acc: *mut c_char§desc: *mut c_char

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.