#[repr(transparent)]pub struct PowerEventType(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for PowerEventType
impl Clone for PowerEventType
Source§fn clone(&self) -> PowerEventType
fn clone(&self) -> PowerEventType
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 PowerEventType
impl Debug for PowerEventType
Source§impl Hash for PowerEventType
impl Hash for PowerEventType
Source§impl PartialEq for PowerEventType
impl PartialEq for PowerEventType
impl Copy for PowerEventType
impl Eq for PowerEventType
impl StructuralPartialEq for PowerEventType
Auto Trait Implementations§
impl Freeze for PowerEventType
impl RefUnwindSafe for PowerEventType
impl Send for PowerEventType
impl Sync for PowerEventType
impl Unpin for PowerEventType
impl UnwindSafe for PowerEventType
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