Struct stm32_metapac::can::regs::Rwd
#[repr(transparent)]pub struct Rwd(pub u32);
Expand description
FDCAN RAM Watchdog Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rwd
impl Eq for Rwd
impl StructuralEq for Rwd
impl StructuralPartialEq for Rwd
Auto Trait Implementations§
impl RefUnwindSafe for Rwd
impl Send for Rwd
impl Sync for Rwd
impl Unpin for Rwd
impl UnwindSafe for Rwd
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