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,
}
Expand description
Required features: "Win32_Devices_Usb"
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
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