#[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: i32
Trait 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)