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