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