pub struct CTIMER4 { /* private fields */ }Expand description
CTIMER4 peripheral
Implementations§
Trait Implementations§
impl Copy for CTIMER4
impl PeripheralType for CTIMER4
Auto Trait Implementations§
impl Freeze for CTIMER4
impl RefUnwindSafe for CTIMER4
impl Send for CTIMER4
impl Sync for CTIMER4
impl Unpin for CTIMER4
impl UnwindSafe for CTIMER4
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