#[repr(C)]pub struct crypt_params_plain {
pub hash: *const c_char,
pub offset: u64,
pub skip: u64,
pub size: u64,
pub sector_size: u32,
}
Fields§
§hash: *const c_char
§offset: u64
§skip: u64
§size: u64
§sector_size: u32
Trait Implementations§
Source§impl Clone for crypt_params_plain
impl Clone for crypt_params_plain
Source§fn clone(&self) -> crypt_params_plain
fn clone(&self) -> crypt_params_plain
Returns a duplicate 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 crypt_params_plain
impl Debug for crypt_params_plain
impl Copy for crypt_params_plain
Auto Trait Implementations§
impl Freeze for crypt_params_plain
impl RefUnwindSafe for crypt_params_plain
impl !Send for crypt_params_plain
impl !Sync for crypt_params_plain
impl Unpin for crypt_params_plain
impl UnwindSafe for crypt_params_plain
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