#[repr(C)]pub struct URB_PIPE_REQUEST {
pub Hdr: URB_HEADER,
pub PipeHandle: USBD_PIPE_HANDLE,
pub Reserved: ULONG,
}
Fields§
§Hdr: URB_HEADER
§PipeHandle: USBD_PIPE_HANDLE
§Reserved: ULONG
Trait Implementations§
Source§impl Clone for URB_PIPE_REQUEST
impl Clone for URB_PIPE_REQUEST
Source§fn clone(&self) -> URB_PIPE_REQUEST
fn clone(&self) -> URB_PIPE_REQUEST
Returns a copy 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 Default for URB_PIPE_REQUEST
impl Default for URB_PIPE_REQUEST
Source§fn default() -> URB_PIPE_REQUEST
fn default() -> URB_PIPE_REQUEST
Returns the “default value” for a type. Read more
impl Copy for URB_PIPE_REQUEST
Auto Trait Implementations§
impl Freeze for URB_PIPE_REQUEST
impl RefUnwindSafe for URB_PIPE_REQUEST
impl !Send for URB_PIPE_REQUEST
impl !Sync for URB_PIPE_REQUEST
impl Unpin for URB_PIPE_REQUEST
impl UnwindSafe for URB_PIPE_REQUEST
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