#[repr(transparent)]pub struct BselGen(pub u32);Expand description
FMU Block Select Generation Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BselGen
impl Eq for BselGen
impl StructuralPartialEq for BselGen
Auto Trait Implementations§
impl Freeze for BselGen
impl RefUnwindSafe for BselGen
impl Send for BselGen
impl Sync for BselGen
impl Unpin for BselGen
impl UnwindSafe for BselGen
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