Struct minimap2_sys::mm_tbuf_s
source · [−]#[repr(C)]pub struct mm_tbuf_s { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mm_tbuf_s
impl Send for mm_tbuf_s
impl Sync for mm_tbuf_s
impl Unpin for mm_tbuf_s
impl UnwindSafe for mm_tbuf_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