#[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_charTrait Implementations§
Source§impl Clone for fm_seqdata_s
impl Clone for fm_seqdata_s
Source§fn clone(&self) -> fm_seqdata_s
fn clone(&self) -> fm_seqdata_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fm_seqdata_s
impl Debug for fm_seqdata_s
impl Copy for fm_seqdata_s
Auto Trait Implementations§
impl Freeze for fm_seqdata_s
impl RefUnwindSafe for fm_seqdata_s
impl !Send for fm_seqdata_s
impl !Sync for fm_seqdata_s
impl Unpin for fm_seqdata_s
impl UnwindSafe for fm_seqdata_s
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