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