Struct windows_sys::Win32::Devices::Usb::USBD_PIPE_INFORMATION
[−]#[repr(C)]pub struct USBD_PIPE_INFORMATION {
pub MaximumPacketSize: u16,
pub EndpointAddress: u8,
pub Interval: u8,
pub PipeType: USBD_PIPE_TYPE,
pub PipeHandle: *mut c_void,
pub MaximumTransferSize: u32,
pub PipeFlags: u32,
}
Expand description
Required features: ‘Win32_Devices_Usb’
Fields
MaximumPacketSize: u16
EndpointAddress: u8
Interval: u8
PipeType: USBD_PIPE_TYPE
PipeHandle: *mut c_void
MaximumTransferSize: u32
PipeFlags: u32
Trait Implementations
impl Clone for USBD_PIPE_INFORMATION
impl Clone for USBD_PIPE_INFORMATION
impl Copy for USBD_PIPE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for USBD_PIPE_INFORMATION
impl !Send for USBD_PIPE_INFORMATION
impl !Sync for USBD_PIPE_INFORMATION
impl Unpin for USBD_PIPE_INFORMATION
impl UnwindSafe for USBD_PIPE_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more