pub struct BootIndex(pub u16);Tuple Fields§
§0: u16Trait Implementations§
impl Copy for BootIndex
impl Eq for BootIndex
impl StructuralPartialEq for BootIndex
Auto Trait Implementations§
impl Freeze for BootIndex
impl RefUnwindSafe for BootIndex
impl Send for BootIndex
impl Sync for BootIndex
impl Unpin for BootIndex
impl UnsafeUnpin for BootIndex
impl UnwindSafe for BootIndex
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