#[repr(C)]pub struct _WINUSB_PIPE_INFORMATION_EX {
pub PipeType: USBD_PIPE_TYPE,
pub PipeId: UCHAR,
pub MaximumPacketSize: USHORT,
pub Interval: UCHAR,
pub MaximumBytesPerInterval: ULONG,
}Fields§
§PipeType: USBD_PIPE_TYPE§PipeId: UCHAR§MaximumPacketSize: USHORT§Interval: UCHAR§MaximumBytesPerInterval: ULONGTrait Implementations§
Source§impl Clone for _WINUSB_PIPE_INFORMATION_EX
impl Clone for _WINUSB_PIPE_INFORMATION_EX
Source§fn clone(&self) -> _WINUSB_PIPE_INFORMATION_EX
fn clone(&self) -> _WINUSB_PIPE_INFORMATION_EX
Returns a duplicate 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 moreSource§impl Debug for _WINUSB_PIPE_INFORMATION_EX
impl Debug for _WINUSB_PIPE_INFORMATION_EX
impl Copy for _WINUSB_PIPE_INFORMATION_EX
Auto Trait Implementations§
impl Freeze for _WINUSB_PIPE_INFORMATION_EX
impl RefUnwindSafe for _WINUSB_PIPE_INFORMATION_EX
impl Send for _WINUSB_PIPE_INFORMATION_EX
impl Sync for _WINUSB_PIPE_INFORMATION_EX
impl Unpin for _WINUSB_PIPE_INFORMATION_EX
impl UnwindSafe for _WINUSB_PIPE_INFORMATION_EX
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