Struct windows_sys::Win32::System::Power::BATTERY_REPORTING_SCALE
#[repr(C)]pub struct BATTERY_REPORTING_SCALE {
pub Granularity: u32,
pub Capacity: u32,
}
Fields§
§Granularity: u32
§Capacity: u32
Trait Implementations§
§impl Clone for BATTERY_REPORTING_SCALE
impl Clone for BATTERY_REPORTING_SCALE
impl Copy for BATTERY_REPORTING_SCALE
Auto Trait Implementations§
impl RefUnwindSafe for BATTERY_REPORTING_SCALE
impl Send for BATTERY_REPORTING_SCALE
impl Sync for BATTERY_REPORTING_SCALE
impl Unpin for BATTERY_REPORTING_SCALE
impl UnwindSafe for BATTERY_REPORTING_SCALE
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