Struct _URB_HCD_AREA
#[repr(C)]pub struct _URB_HCD_AREA {
pub Reserved8: [*mut c_void; 8],
}
Fields§
§Reserved8: [*mut c_void; 8]
Trait Implementations§
§impl Clone for _URB_HCD_AREA
impl Clone for _URB_HCD_AREA
§fn clone(&self) -> _URB_HCD_AREA
fn clone(&self) -> _URB_HCD_AREA
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_HCD_AREA
Auto Trait Implementations§
impl Freeze for _URB_HCD_AREA
impl RefUnwindSafe for _URB_HCD_AREA
impl !Send for _URB_HCD_AREA
impl !Sync for _URB_HCD_AREA
impl Unpin for _URB_HCD_AREA
impl UnwindSafe for _URB_HCD_AREA
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