Struct windows_sys::Win32::System::Rpc::NDR64_NON_ENCAPSULATED_UNION
[−]#[repr(C)]pub struct NDR64_NON_ENCAPSULATED_UNION {
pub FormatCode: u8,
pub Alignment: u8,
pub Flags: u8,
pub SwitchType: u8,
pub MemorySize: u32,
pub Switch: *mut c_void,
pub Reserved: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
FormatCode: u8
Alignment: u8
Flags: u8
SwitchType: u8
MemorySize: u32
Switch: *mut c_void
Reserved: u32
Trait Implementations
impl Clone for NDR64_NON_ENCAPSULATED_UNION
impl Clone for NDR64_NON_ENCAPSULATED_UNION
impl Copy for NDR64_NON_ENCAPSULATED_UNION
Auto Trait Implementations
impl RefUnwindSafe for NDR64_NON_ENCAPSULATED_UNION
impl !Send for NDR64_NON_ENCAPSULATED_UNION
impl !Sync for NDR64_NON_ENCAPSULATED_UNION
impl Unpin for NDR64_NON_ENCAPSULATED_UNION
impl UnwindSafe for NDR64_NON_ENCAPSULATED_UNION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more