Struct minimap2_sys::mm_idx_intv_s
source · [−]#[repr(C)]pub struct mm_idx_intv_s {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for mm_idx_intv_s
impl Clone for mm_idx_intv_s
sourcefn clone(&self) -> mm_idx_intv_s
fn clone(&self) -> mm_idx_intv_s
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for mm_idx_intv_s
impl Debug for mm_idx_intv_s
impl Copy for mm_idx_intv_s
Auto Trait Implementations
impl RefUnwindSafe for mm_idx_intv_s
impl Send for mm_idx_intv_s
impl Sync for mm_idx_intv_s
impl Unpin for mm_idx_intv_s
impl UnwindSafe for mm_idx_intv_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more