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