#[repr(transparent)]pub struct Repair01(pub u32);Expand description
FMU Repair 1 Block 0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Repair01
impl Repair01
Sourcepub const fn rdis0_1(&self) -> Repair01Rdis01
pub const fn rdis0_1(&self) -> Repair01Rdis01
RDIS0_1
Sourcepub const fn set_rdis0_1(&mut self, val: Repair01Rdis01)
pub const fn set_rdis0_1(&mut self, val: Repair01Rdis01)
RDIS0_1
Sourcepub const fn set_radr0_1(&mut self, val: u8)
pub const fn set_radr0_1(&mut self, val: u8)
RADR0_1
Trait Implementations§
impl Copy for Repair01
impl Eq for Repair01
impl StructuralPartialEq for Repair01
Auto Trait Implementations§
impl Freeze for Repair01
impl RefUnwindSafe for Repair01
impl Send for Repair01
impl Sync for Repair01
impl Unpin for Repair01
impl UnwindSafe for Repair01
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