#[repr(C)]
pub union NPEM_CAPABILITY_STANDARD {
pub Anonymous: NPEM_CAPABILITY_STANDARD_0,
pub AsULONG: u32,
}
Fields§
§Anonymous: NPEM_CAPABILITY_STANDARD_0
§AsULONG: u32
Trait Implementations§
§impl Clone for NPEM_CAPABILITY_STANDARD
impl Clone for NPEM_CAPABILITY_STANDARD
impl Copy for NPEM_CAPABILITY_STANDARD
Auto Trait Implementations§
impl RefUnwindSafe for NPEM_CAPABILITY_STANDARD
impl Send for NPEM_CAPABILITY_STANDARD
impl Sync for NPEM_CAPABILITY_STANDARD
impl Unpin for NPEM_CAPABILITY_STANDARD
impl UnwindSafe for NPEM_CAPABILITY_STANDARD
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