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