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