Struct windows_sys::Win32::Devices::Usb::USB_PIPE_INFO
#[repr(C, packed(1))]pub struct USB_PIPE_INFO {
pub EndpointDescriptor: USB_ENDPOINT_DESCRIPTOR,
pub ScheduleOffset: u32,
}
Fields§
§EndpointDescriptor: USB_ENDPOINT_DESCRIPTOR
§ScheduleOffset: u32
Trait Implementations§
§impl Clone for USB_PIPE_INFO
impl Clone for USB_PIPE_INFO
impl Copy for USB_PIPE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for USB_PIPE_INFO
impl Send for USB_PIPE_INFO
impl Sync for USB_PIPE_INFO
impl Unpin for USB_PIPE_INFO
impl UnwindSafe for USB_PIPE_INFO
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