Struct windows_sys::Win32::Devices::Usb::USBSCAN_TIMEOUT
#[repr(C)]pub struct USBSCAN_TIMEOUT {
pub TimeoutRead: u32,
pub TimeoutWrite: u32,
pub TimeoutEvent: u32,
}
Fields§
§TimeoutRead: u32
§TimeoutWrite: u32
§TimeoutEvent: u32
Trait Implementations§
§impl Clone for USBSCAN_TIMEOUT
impl Clone for USBSCAN_TIMEOUT
§fn clone(&self) -> USBSCAN_TIMEOUT
fn clone(&self) -> USBSCAN_TIMEOUT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for USBSCAN_TIMEOUT
Auto Trait Implementations§
impl Freeze for USBSCAN_TIMEOUT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)