#[repr(C)]pub struct cram_method_details {
pub method: cram_block_method,
pub level: c_int,
pub order: c_int,
pub rle: c_int,
pub pack: c_int,
pub stripe: c_int,
pub cat: c_int,
pub nosz: c_int,
pub Nway: c_int,
pub ext: c_int,
}Fields§
§method: cram_block_method§level: c_int§order: c_int§rle: c_int§pack: c_int§stripe: c_int§cat: c_int§nosz: c_int§Nway: c_int§ext: c_intTrait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin 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