[][src]Struct winapi::shared::usbspec::USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_bmAttributes

#[repr(C)]
#[repr(packed)]
pub struct USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_bmAttributes {
    pub AsUlong: ULONG,
}

Fields

AsUlong: ULONG

Methods

impl USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_bmAttributes[src]

pub fn Reserved(&self) -> ULONG[src]

pub fn set_Reserved(&mut self, val: ULONG)[src]

pub fn LPMCapable(&self) -> ULONG[src]

pub fn set_LPMCapable(&mut self, val: ULONG)[src]

pub fn BESLAndAlternateHIRDSupported(&self) -> ULONG[src]

pub fn set_BESLAndAlternateHIRDSupported(&mut self, val: ULONG)[src]

pub fn BaselineBESLValid(&self) -> ULONG[src]

pub fn set_BaselineBESLValid(&mut self, val: ULONG)[src]

pub fn DeepBESLValid(&self) -> ULONG[src]

pub fn set_DeepBESLValid(&mut self, val: ULONG)[src]

pub fn Reserved1(&self) -> ULONG[src]

pub fn set_Reserved1(&mut self, val: ULONG)[src]

pub fn BaselineBESL(&self) -> ULONG[src]

pub fn set_BaselineBESL(&mut self, val: ULONG)[src]

pub fn DeepBESL(&self) -> ULONG[src]

pub fn set_DeepBESL(&mut self, val: ULONG)[src]

pub fn Reserved2(&self) -> ULONG[src]

pub fn set_Reserved2(&mut self, val: ULONG)[src]

Trait Implementations

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]