#[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: u32target_start: u64fm_start: u32length: u32name_length: u16source_length: u16acc_length: u16desc_length: u16name: *mut c_charsource: *mut c_characc: *mut c_chardesc: *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

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

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.