#[repr(C)]pub struct mm_idx_seq_t {
pub name: *mut c_char,
pub offset: u64,
pub len: u32,
pub is_alt: u32,
}Fields§
§name: *mut c_char§offset: u64§len: u32§is_alt: u32Trait Implementations§
Source§impl Clone for mm_idx_seq_t
impl Clone for mm_idx_seq_t
Source§fn clone(&self) -> mm_idx_seq_t
fn clone(&self) -> mm_idx_seq_t
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 mm_idx_seq_t
impl Debug for mm_idx_seq_t
impl Copy for mm_idx_seq_t
Auto Trait Implementations§
impl Freeze for mm_idx_seq_t
impl RefUnwindSafe for mm_idx_seq_t
impl !Send for mm_idx_seq_t
impl !Sync for mm_idx_seq_t
impl Unpin for mm_idx_seq_t
impl UnwindSafe for mm_idx_seq_t
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