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