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