#[repr(C)]pub struct rc5_key {
pub rounds: c_int,
pub K: [ulong32; 50],
}Fields§
§rounds: c_int§K: [ulong32; 50]Trait Implementations§
Auto Trait Implementations§
impl Freeze for rc5_key
impl RefUnwindSafe for rc5_key
impl Send for rc5_key
impl Sync for rc5_key
impl Unpin for rc5_key
impl UnwindSafe for rc5_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