#[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: u64Trait Implementations§
Source§impl Clone for crypt_params_loopaes
impl Clone for crypt_params_loopaes
Source§fn clone(&self) -> crypt_params_loopaes
fn clone(&self) -> crypt_params_loopaes
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_loopaes
impl Debug for crypt_params_loopaes
impl Copy for crypt_params_loopaes
Auto 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