Struct OptsrBootUbe
#[repr(transparent)]pub struct OptsrBootUbe(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OptsrBootUbe
impl OptsrBootUbe
Trait Implementations§
§impl Clone for OptsrBootUbe
impl Clone for OptsrBootUbe
§fn clone(&self) -> OptsrBootUbe
fn clone(&self) -> OptsrBootUbe
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for OptsrBootUbe
impl Ord for OptsrBootUbe
§impl PartialEq for OptsrBootUbe
impl PartialEq for OptsrBootUbe
§impl PartialOrd for OptsrBootUbe
impl PartialOrd for OptsrBootUbe
impl Copy for OptsrBootUbe
impl Eq for OptsrBootUbe
impl StructuralPartialEq for OptsrBootUbe
Auto Trait Implementations§
impl Freeze for OptsrBootUbe
impl RefUnwindSafe for OptsrBootUbe
impl Send for OptsrBootUbe
impl Sync for OptsrBootUbe
impl Unpin for OptsrBootUbe
impl UnwindSafe for OptsrBootUbe
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