Struct windows_sys::Win32::Devices::Usb::RAW_ROOTPORT_FEATURE
[−]#[repr(C, packed(1))]pub struct RAW_ROOTPORT_FEATURE {
pub PortNumber: u16,
pub PortFeature: u16,
pub PortStatus: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
PortNumber: u16
PortFeature: u16
PortStatus: u16
Trait Implementations
impl Clone for RAW_ROOTPORT_FEATURE
impl Clone for RAW_ROOTPORT_FEATURE
impl Copy for RAW_ROOTPORT_FEATURE
Auto Trait Implementations
impl RefUnwindSafe for RAW_ROOTPORT_FEATURE
impl Send for RAW_ROOTPORT_FEATURE
impl Sync for RAW_ROOTPORT_FEATURE
impl Unpin for RAW_ROOTPORT_FEATURE
impl UnwindSafe for RAW_ROOTPORT_FEATURE
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