Struct rust_htslib::htslib::cram_method_details
source · #[repr(C)]pub struct cram_method_details {
pub method: i32,
pub level: i32,
pub order: i32,
pub rle: i32,
pub pack: i32,
pub stripe: i32,
pub cat: i32,
pub nosz: i32,
pub Nway: i32,
pub ext: i32,
}Fields§
§method: i32§level: i32§order: i32§rle: i32§pack: i32§stripe: i32§cat: i32§nosz: i32§Nway: i32§ext: i32Trait Implementations§
source§impl Clone for cram_method_details
impl Clone for cram_method_details
source§fn clone(&self) -> cram_method_details
fn clone(&self) -> cram_method_details
Returns a copy 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 cram_method_details
impl Debug for cram_method_details
impl Copy for cram_method_details
Auto Trait Implementations§
impl Freeze for cram_method_details
impl RefUnwindSafe for cram_method_details
impl Send for cram_method_details
impl Sync for cram_method_details
impl Unpin for cram_method_details
impl UnwindSafe for cram_method_details
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