#[repr(C)]pub struct URB_HCD_AREA {
pub Reserved8: [PVOID; 8],
}
Fields§
§Reserved8: [PVOID; 8]
Trait Implementations§
Source§impl Clone for URB_HCD_AREA
impl Clone for URB_HCD_AREA
Source§fn clone(&self) -> URB_HCD_AREA
fn clone(&self) -> URB_HCD_AREA
Returns a duplicate 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_HCD_AREA
impl Default for URB_HCD_AREA
Source§fn default() -> URB_HCD_AREA
fn default() -> URB_HCD_AREA
Returns the “default value” for a type. Read more
impl 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