pub struct CTAR { /* private fields */ }Expand description
Clock and Transfer Attributes Register (In Master Mode)
Implementations§
Auto Trait Implementations§
impl !Freeze for CTAR
impl !RefUnwindSafe for CTAR
impl Send for CTAR
impl !Sync for CTAR
impl Unpin for CTAR
impl UnwindSafe for CTAR
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