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