Struct windows_sys::Win32::Devices::Usb::_URB_PIPE_REQUEST
#[repr(C)]pub struct _URB_PIPE_REQUEST {
pub Hdr: _URB_HEADER,
pub PipeHandle: *mut c_void,
pub Reserved: u32,
}
Fields§
§Hdr: _URB_HEADER
§PipeHandle: *mut c_void
§Reserved: u32
Trait Implementations§
§impl Clone for _URB_PIPE_REQUEST
impl Clone for _URB_PIPE_REQUEST
impl Copy for _URB_PIPE_REQUEST
Auto Trait Implementations§
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