Struct windows_sys::Win32::System::Power::EMI_METADATA_SIZE
[−]#[repr(C)]pub struct EMI_METADATA_SIZE {
pub MetadataSize: u32,
}
Expand description
Required features: ‘Win32_System_Power’
Fields
MetadataSize: u32
Trait Implementations
impl Clone for EMI_METADATA_SIZE
impl Clone for EMI_METADATA_SIZE
impl Copy for EMI_METADATA_SIZE
Auto Trait Implementations
impl RefUnwindSafe for EMI_METADATA_SIZE
impl Send for EMI_METADATA_SIZE
impl Sync for EMI_METADATA_SIZE
impl Unpin for EMI_METADATA_SIZE
impl UnwindSafe for EMI_METADATA_SIZE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more