#[repr(transparent)]pub struct PowerBootMode(pub c_uchar);Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PowerBootMode
Source§impl Debug for PowerBootMode
impl Debug for PowerBootMode
impl Eq for PowerBootMode
Source§impl Hash for PowerBootMode
impl Hash for PowerBootMode
Source§impl PartialEq for PowerBootMode
impl PartialEq for PowerBootMode
Source§fn eq(&self, other: &PowerBootMode) -> bool
fn eq(&self, other: &PowerBootMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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