#[repr(C)]pub struct Des {
pub reg: [word32; 2],
pub tmp: [word32; 2],
pub key: [word32; 32],
}Fields§
§reg: [word32; 2]§tmp: [word32; 2]§key: [word32; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Des
impl RefUnwindSafe for Des
impl Send for Des
impl Sync for Des
impl Unpin for Des
impl UnwindSafe for Des
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