Struct windows_sys::Win32::System::Rpc::NDR64_CONF_ARRAY_HEADER_FORMAT
[−]#[repr(C)]pub struct NDR64_CONF_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,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
FormatCode: u8
Alignment: u8
Flags: NDR64_ARRAY_FLAGS
Reserved: u8
ElementSize: u32
ConfDescriptor: *mut c_void
Trait Implementations
impl Clone for NDR64_CONF_ARRAY_HEADER_FORMAT
impl Clone for NDR64_CONF_ARRAY_HEADER_FORMAT
impl Copy for NDR64_CONF_ARRAY_HEADER_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_CONF_ARRAY_HEADER_FORMAT
impl !Send for NDR64_CONF_ARRAY_HEADER_FORMAT
impl !Sync for NDR64_CONF_ARRAY_HEADER_FORMAT
impl Unpin for NDR64_CONF_ARRAY_HEADER_FORMAT
impl UnwindSafe for NDR64_CONF_ARRAY_HEADER_FORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more