Struct windows_sys::Win32::Devices::Usb::USBSCAN_TIMEOUT
[−]#[repr(C)]pub struct USBSCAN_TIMEOUT {
pub TimeoutRead: u32,
pub TimeoutWrite: u32,
pub TimeoutEvent: u32,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
TimeoutRead: u32
TimeoutWrite: u32
TimeoutEvent: u32
Trait Implementations
impl Clone for USBSCAN_TIMEOUT
impl Clone for USBSCAN_TIMEOUT
impl Copy for USBSCAN_TIMEOUT
Auto Trait Implementations
impl RefUnwindSafe for USBSCAN_TIMEOUT
impl Send for USBSCAN_TIMEOUT
impl Sync for USBSCAN_TIMEOUT
impl Unpin for USBSCAN_TIMEOUT
impl UnwindSafe for USBSCAN_TIMEOUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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