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