#[repr(C)]pub struct crypt_params_loopaes {
pub hash: *const c_char,
pub offset: u64,
pub skip: u64,
}Fields§
§hash: *const c_char§offset: u64§skip: u64Auto Trait Implementations§
impl Freeze for crypt_params_loopaes
impl RefUnwindSafe for crypt_params_loopaes
impl !Send for crypt_params_loopaes
impl !Sync for crypt_params_loopaes
impl Unpin for crypt_params_loopaes
impl UnwindSafe for crypt_params_loopaes
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