#[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: u32Auto 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