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