Struct windows_native::ntmmapi::MMPFN_IDENTITY_2_1
source ยท #[repr(C)]#[repr(align(8))]pub struct MMPFN_IDENTITY_2_1 {
pub padding_0: [u8; 7],
/* private fields */
}Fieldsยง
ยงpadding_0: [u8; 7]Implementationsยง
Trait Implementationsยง
sourceยงimpl Debug for MMPFN_IDENTITY_2_1
impl Debug for MMPFN_IDENTITY_2_1
Auto Trait Implementationsยง
impl RefUnwindSafe for MMPFN_IDENTITY_2_1
impl Send for MMPFN_IDENTITY_2_1
impl Sync for MMPFN_IDENTITY_2_1
impl Unpin for MMPFN_IDENTITY_2_1
impl UnwindSafe for MMPFN_IDENTITY_2_1
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