Struct windows_sys::Phone::System::Power::PowerSavingMode
[−]#[repr(transparent)]pub struct PowerSavingMode(pub i32);
Expand description
Required features: "Phone_System_Power"
Tuple Fields
0: i32
Implementations
impl PowerSavingMode
impl PowerSavingMode
Trait Implementations
impl Clone for PowerSavingMode
impl Clone for PowerSavingMode
impl Copy for PowerSavingMode
Auto Trait Implementations
impl RefUnwindSafe for PowerSavingMode
impl Send for PowerSavingMode
impl Sync for PowerSavingMode
impl Unpin for PowerSavingMode
impl UnwindSafe for PowerSavingMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more