Struct windows_sys::Win32::System::Power::EMI_VERSION
[−]#[repr(C)]pub struct EMI_VERSION {
pub EmiVersion: u16,
}
Expand description
Required features: "Win32_System_Power"
Fields
EmiVersion: u16
Trait Implementations
impl Clone for EMI_VERSION
impl Clone for EMI_VERSION
impl Copy for EMI_VERSION
Auto Trait Implementations
impl RefUnwindSafe for EMI_VERSION
impl Send for EMI_VERSION
impl Sync for EMI_VERSION
impl Unpin for EMI_VERSION
impl UnwindSafe for EMI_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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