Struct WPD_POWER_SOURCES
#[repr(transparent)]pub struct WPD_POWER_SOURCES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WPD_POWER_SOURCES
impl Clone for WPD_POWER_SOURCES
§fn clone(&self) -> WPD_POWER_SOURCES
fn clone(&self) -> WPD_POWER_SOURCES
Returns a copy 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 more§impl Debug for WPD_POWER_SOURCES
impl Debug for WPD_POWER_SOURCES
§impl Default for WPD_POWER_SOURCES
impl Default for WPD_POWER_SOURCES
§fn default() -> WPD_POWER_SOURCES
fn default() -> WPD_POWER_SOURCES
Returns the “default value” for a type. Read more
§impl PartialEq for WPD_POWER_SOURCES
impl PartialEq for WPD_POWER_SOURCES
impl Copy for WPD_POWER_SOURCES
impl Eq for WPD_POWER_SOURCES
impl StructuralPartialEq for WPD_POWER_SOURCES
Auto Trait Implementations§
impl Freeze for WPD_POWER_SOURCES
impl RefUnwindSafe for WPD_POWER_SOURCES
impl Send for WPD_POWER_SOURCES
impl Sync for WPD_POWER_SOURCES
impl Unpin for WPD_POWER_SOURCES
impl UnwindSafe for WPD_POWER_SOURCES
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