Struct BootSel
#[repr(transparent)]pub struct BootSel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for BootSel
impl Ord for BootSel
§impl PartialOrd for BootSel
impl PartialOrd for BootSel
impl Copy for BootSel
impl Eq for BootSel
impl StructuralPartialEq for BootSel
Auto Trait Implementations§
impl Freeze for BootSel
impl RefUnwindSafe for BootSel
impl Send for BootSel
impl Sync for BootSel
impl Unpin for BootSel
impl UnwindSafe for BootSel
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