#[repr(C)]pub struct rc2_key {
pub xkey: [c_uint; 64],
}Fields§
§xkey: [c_uint; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for rc2_key
impl RefUnwindSafe for rc2_key
impl Send for rc2_key
impl Sync for rc2_key
impl Unpin for rc2_key
impl UnwindSafe for rc2_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