#[repr(C)]pub struct skipjack_key {
pub key: [c_uchar; 10],
}Fields§
§key: [c_uchar; 10]Trait Implementations§
Source§impl Clone for skipjack_key
impl Clone for skipjack_key
Source§impl Debug for skipjack_key
impl Debug for skipjack_key
impl Copy for skipjack_key
Auto Trait Implementations§
impl Freeze for skipjack_key
impl RefUnwindSafe for skipjack_key
impl Send for skipjack_key
impl Sync for skipjack_key
impl Unpin for skipjack_key
impl UnwindSafe for skipjack_key
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