pub struct TCB1 { /* private fields */ }
Expand description
16-bit Timer Type B
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCB1
impl RefUnwindSafe for TCB1
impl !Sync for TCB1
impl Unpin for TCB1
impl UnwindSafe for TCB1
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