pub struct KmacRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for KmacRegisters
impl !RefUnwindSafe for KmacRegisters
impl Send for KmacRegisters
impl !Sync for KmacRegisters
impl Unpin for KmacRegisters
impl UnsafeUnpin for KmacRegisters
impl UnwindSafe for KmacRegisters
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