#[repr(C)]pub struct isaac_t {
pub memory: [uword; 16],
pub a: uword,
pub b: uword,
pub c: uword,
}Fields§
§memory: [uword; 16]§a: uword§b: uword§c: uwordTrait Implementations§
impl Copy for isaac_t
Auto Trait Implementations§
impl Freeze for isaac_t
impl RefUnwindSafe for isaac_t
impl Send for isaac_t
impl Sync for isaac_t
impl Unpin for isaac_t
impl UnsafeUnpin for isaac_t
impl UnwindSafe for isaac_t
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