#[repr(C)]pub struct saferp_key {
pub K: [[c_uchar; 16]; 33],
pub rounds: c_long,
}Fields§
§K: [[c_uchar; 16]; 33]§rounds: c_longTrait Implementations§
Source§impl Clone for saferp_key
impl Clone for saferp_key
impl Copy for saferp_key
Auto Trait Implementations§
impl Freeze for saferp_key
impl RefUnwindSafe for saferp_key
impl Send for saferp_key
impl Sync for saferp_key
impl Unpin for saferp_key
impl UnwindSafe for saferp_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