Struct windows_sys::Win32::Devices::Usb::WINUSB_PIPE_INFORMATION
#[repr(C)]pub struct WINUSB_PIPE_INFORMATION {
pub PipeType: USBD_PIPE_TYPE,
pub PipeId: u8,
pub MaximumPacketSize: u16,
pub Interval: u8,
}
Fields§
§PipeType: USBD_PIPE_TYPE
§PipeId: u8
§MaximumPacketSize: u16
§Interval: u8
Trait Implementations§
§impl Clone for WINUSB_PIPE_INFORMATION
impl Clone for WINUSB_PIPE_INFORMATION
§fn clone(&self) -> WINUSB_PIPE_INFORMATION
fn clone(&self) -> WINUSB_PIPE_INFORMATION
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 WINUSB_PIPE_INFORMATION
Auto Trait Implementations§
impl Freeze for WINUSB_PIPE_INFORMATION
impl RefUnwindSafe for WINUSB_PIPE_INFORMATION
impl Send for WINUSB_PIPE_INFORMATION
impl Sync for WINUSB_PIPE_INFORMATION
impl Unpin for WINUSB_PIPE_INFORMATION
impl UnwindSafe for WINUSB_PIPE_INFORMATION
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
)