Struct stm32_metapac::can::regs::Btr
#[repr(transparent)]pub struct Btr(pub u32);
Expand description
bit timing register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Btr
impl Eq for Btr
impl StructuralPartialEq for Btr
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