#[repr(C, packed(1))]pub struct CcgpDeviceDescriptor { /* private fields */ }
Expand description
Table 18. Microsoft OS 2.0 CCGP device descriptor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CcgpDeviceDescriptor
impl RefUnwindSafe for CcgpDeviceDescriptor
impl Send for CcgpDeviceDescriptor
impl Sync for CcgpDeviceDescriptor
impl Unpin for CcgpDeviceDescriptor
impl UnwindSafe for CcgpDeviceDescriptor
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