#[repr(C)]
pub struct fm_metadata_s {
Show 16 fields pub fwd_only: u8, pub alph_type: u8, pub alph_size: u8, pub charBits: u8, pub freq_SA: u32, pub freq_cnt_sb: u32, pub freq_cnt_b: u32, pub block_count: u16, pub seq_count: u32, pub char_count: u64, pub alph: *mut c_char, pub inv_alph: *mut c_char, pub compl_alph: *mut c_int, pub fp: *mut FILE, pub seq_data: *mut FM_SEQDATA, pub ambig_list: *mut FM_AMBIGLIST,
}

Fields

fwd_only: u8alph_type: u8alph_size: u8charBits: u8freq_SA: u32freq_cnt_sb: u32freq_cnt_b: u32block_count: u16seq_count: u32char_count: u64alph: *mut c_charinv_alph: *mut c_charcompl_alph: *mut c_intfp: *mut FILEseq_data: *mut FM_SEQDATAambig_list: *mut FM_AMBIGLIST

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.