#[repr(C, packed(1))]
pub struct USB_CONFIGURATION_POWER_DESCRIPTOR {
Show 13 fields pub bLength: u8, pub bDescriptorType: u8, pub SelfPowerConsumedD0: [u8; 3], pub bPowerSummaryId: u8, pub bBusPowerSavingD1: u8, pub bSelfPowerSavingD1: u8, pub bBusPowerSavingD2: u8, pub bSelfPowerSavingD2: u8, pub bBusPowerSavingD3: u8, pub bSelfPowerSavingD3: u8, pub TransitionTimeFromD1: u16, pub TransitionTimeFromD2: u16, pub TransitionTimeFromD3: u16,
}
Expand description

Required features: "Win32_Devices_Usb"

Fields

bLength: u8bDescriptorType: u8SelfPowerConsumedD0: [u8; 3]bPowerSummaryId: u8bBusPowerSavingD1: u8bSelfPowerSavingD1: u8bBusPowerSavingD2: u8bSelfPowerSavingD2: u8bBusPowerSavingD3: u8bSelfPowerSavingD3: u8TransitionTimeFromD1: u16TransitionTimeFromD2: u16TransitionTimeFromD3: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.