#[repr(transparent)]pub struct Repair00(pub u32);Expand description
FMU Repair 0 Block 0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Repair00
impl Repair00
Sourcepub const fn rdis0_0(&self) -> Repair00Rdis00
pub const fn rdis0_0(&self) -> Repair00Rdis00
RDIS0_0
Sourcepub const fn set_rdis0_0(&mut self, val: Repair00Rdis00)
pub const fn set_rdis0_0(&mut self, val: Repair00Rdis00)
RDIS0_0
Sourcepub const fn set_radr0_0(&mut self, val: u8)
pub const fn set_radr0_0(&mut self, val: u8)
RADR0_0
Trait Implementations§
impl Copy for Repair00
impl Eq for Repair00
impl StructuralPartialEq for Repair00
Auto Trait Implementations§
impl Freeze for Repair00
impl RefUnwindSafe for Repair00
impl Send for Repair00
impl Sync for Repair00
impl Unpin for Repair00
impl UnwindSafe for Repair00
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