Struct windows::Win32::Devices::Usb::USB_INTERFACE_POWER_DESCRIPTOR
#[repr(C, packed(1))]pub struct USB_INTERFACE_POWER_DESCRIPTOR {
pub bLength: u8,
pub bDescriptorType: u8,
pub bmCapabilitiesFlags: 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,
}
Fields§
§bLength: u8
§bDescriptorType: u8
§bmCapabilitiesFlags: u8
§bBusPowerSavingD1: u8
§bSelfPowerSavingD1: u8
§bBusPowerSavingD2: u8
§bSelfPowerSavingD2: u8
§bBusPowerSavingD3: u8
§bSelfPowerSavingD3: u8
§TransitionTimeFromD1: u16
§TransitionTimeFromD2: u16
§TransitionTimeFromD3: u16
Trait Implementations§
§impl Clone for USB_INTERFACE_POWER_DESCRIPTOR
impl Clone for USB_INTERFACE_POWER_DESCRIPTOR
§fn clone(&self) -> USB_INTERFACE_POWER_DESCRIPTOR
fn clone(&self) -> USB_INTERFACE_POWER_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for USB_INTERFACE_POWER_DESCRIPTOR
impl Default for USB_INTERFACE_POWER_DESCRIPTOR
impl Copy for USB_INTERFACE_POWER_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for USB_INTERFACE_POWER_DESCRIPTOR
impl RefUnwindSafe for USB_INTERFACE_POWER_DESCRIPTOR
impl Send for USB_INTERFACE_POWER_DESCRIPTOR
impl Sync for USB_INTERFACE_POWER_DESCRIPTOR
impl Unpin for USB_INTERFACE_POWER_DESCRIPTOR
impl UnwindSafe for USB_INTERFACE_POWER_DESCRIPTOR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)