#[repr(C)]pub struct _WINUSB_PIPE_INFORMATION {
pub PipeType: USBD_PIPE_TYPE,
pub PipeId: UCHAR,
pub MaximumPacketSize: USHORT,
pub Interval: UCHAR,
}Fields§
§PipeType: USBD_PIPE_TYPE§PipeId: UCHAR§MaximumPacketSize: USHORT§Interval: UCHARTrait Implementations§
Source§impl Clone for _WINUSB_PIPE_INFORMATION
impl Clone for _WINUSB_PIPE_INFORMATION
Source§fn clone(&self) -> _WINUSB_PIPE_INFORMATION
fn clone(&self) -> _WINUSB_PIPE_INFORMATION
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
impl Debug for _WINUSB_PIPE_INFORMATION
Source§impl Default for _WINUSB_PIPE_INFORMATION
impl Default for _WINUSB_PIPE_INFORMATION
impl 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