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