Struct rust_htslib::htslib::aux_key_t
source · [−]Fields
key: i32
min_off: u64
max_off: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for aux_key_t
impl Send for aux_key_t
impl Sync for aux_key_t
impl Unpin for aux_key_t
impl UnwindSafe for aux_key_t
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