Struct windows_sys::Win32::System::Ioctl::STORAGE_DEVICE_POWER_CAP
[−]#[repr(C)]pub struct STORAGE_DEVICE_POWER_CAP {
pub Version: u32,
pub Size: u32,
pub Units: STORAGE_DEVICE_POWER_CAP_UNITS,
pub MaxPower: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Units: STORAGE_DEVICE_POWER_CAP_UNITS
MaxPower: u64
Trait Implementations
impl Clone for STORAGE_DEVICE_POWER_CAP
impl Clone for STORAGE_DEVICE_POWER_CAP
impl Copy for STORAGE_DEVICE_POWER_CAP
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_DEVICE_POWER_CAP
impl Send for STORAGE_DEVICE_POWER_CAP
impl Sync for STORAGE_DEVICE_POWER_CAP
impl Unpin for STORAGE_DEVICE_POWER_CAP
impl UnwindSafe for STORAGE_DEVICE_POWER_CAP
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