pub struct BDTR { /* private fields */ }
Expand description
break and dead-time register
Implementations§
Auto Trait Implementations§
impl !Freeze for BDTR
impl !RefUnwindSafe for BDTR
impl Send for BDTR
impl !Sync for BDTR
impl Unpin for BDTR
impl UnwindSafe for BDTR
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