Struct wolf_crypto_sys::Des3
source · #[repr(C)]pub struct Des3 {
pub key: [[word32; 32]; 3],
pub reg: [word32; 2],
pub tmp: [word32; 2],
pub heap: *mut c_void,
}Fields§
§key: [[word32; 32]; 3]§reg: [word32; 2]§tmp: [word32; 2]§heap: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for Des3
impl RefUnwindSafe for Des3
impl !Send for Des3
impl !Sync for Des3
impl Unpin for Des3
impl UnwindSafe for Des3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)