Struct windows_sys::Win32::System::Rpc::NDR64_EMBEDDED_COMPLEX_FORMAT
[−]#[repr(C)]pub struct NDR64_EMBEDDED_COMPLEX_FORMAT {
pub FormatCode: u8,
pub Reserve1: u8,
pub Reserve2: u16,
pub Type: *mut c_void,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
FormatCode: u8
Reserve1: u8
Reserve2: u16
Type: *mut c_void
Trait Implementations
impl Clone for NDR64_EMBEDDED_COMPLEX_FORMAT
impl Clone for NDR64_EMBEDDED_COMPLEX_FORMAT
impl Copy for NDR64_EMBEDDED_COMPLEX_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_EMBEDDED_COMPLEX_FORMAT
impl !Send for NDR64_EMBEDDED_COMPLEX_FORMAT
impl !Sync for NDR64_EMBEDDED_COMPLEX_FORMAT
impl Unpin for NDR64_EMBEDDED_COMPLEX_FORMAT
impl UnwindSafe for NDR64_EMBEDDED_COMPLEX_FORMAT
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