pub struct SCGCTIMER { /* private fields */ }Expand description
16/32-Bit General-Purpose Timer Sleep Mode Clock Gating Control
Implementations§
Auto Trait Implementations§
impl !Freeze for SCGCTIMER
impl !RefUnwindSafe for SCGCTIMER
impl Send for SCGCTIMER
impl !Sync for SCGCTIMER
impl Unpin for SCGCTIMER
impl UnwindSafe for SCGCTIMER
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