Struct windows_sys::Win32::Devices::Usb::USBFN_PIPE_INFORMATION
[−]#[repr(C)]pub struct USBFN_PIPE_INFORMATION {
pub EpDesc: USB_ENDPOINT_DESCRIPTOR,
pub PipeId: u32,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
EpDesc: USB_ENDPOINT_DESCRIPTOR
PipeId: u32
Trait Implementations
impl Clone for USBFN_PIPE_INFORMATION
impl Clone for USBFN_PIPE_INFORMATION
impl Copy for USBFN_PIPE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for USBFN_PIPE_INFORMATION
impl Send for USBFN_PIPE_INFORMATION
impl Sync for USBFN_PIPE_INFORMATION
impl Unpin for USBFN_PIPE_INFORMATION
impl UnwindSafe for USBFN_PIPE_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more