Struct _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
§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 moreimpl 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