pub struct CrgTim { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for CrgTim
impl Eq for CrgTim
impl Send for CrgTim
CRG_TIM registers
impl StructuralPartialEq for CrgTim
impl Sync for CrgTim
Auto Trait Implementations§
impl Freeze for CrgTim
impl RefUnwindSafe for CrgTim
impl Unpin for CrgTim
impl UnwindSafe for CrgTim
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