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