#[repr(C)]pub struct NDR64_CONF_VAR_ARRAY_HEADER_FORMAT {
pub FormatCode: u8,
pub Alignment: u8,
pub Flags: NDR64_ARRAY_FLAGS,
pub Reserved: u8,
pub ElementSize: u32,
pub ConfDescriptor: *mut c_void,
pub VarDescriptor: *mut c_void,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
FormatCode: u8
Alignment: u8
Flags: NDR64_ARRAY_FLAGS
Reserved: u8
ElementSize: u32
ConfDescriptor: *mut c_void
VarDescriptor: *mut c_void
Trait Implementations
impl Clone for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl Clone for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl Copy for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl !Send for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl !Sync for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl Unpin for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl UnwindSafe for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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