Struct rust_htslib::htslib::imaxdiv_t  
source · #[repr(C)]pub struct imaxdiv_t {
    pub quot: i64,
    pub rem: i64,
}Fields§
§quot: i64§rem: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for imaxdiv_t
impl RefUnwindSafe for imaxdiv_t
impl Send for imaxdiv_t
impl Sync for imaxdiv_t
impl Unpin for imaxdiv_t
impl UnwindSafe for imaxdiv_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