Struct windows::Win32::System::Rpc::NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
#[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,
}
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
§fn clone(&self) -> NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
fn clone(&self) -> NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl Debug for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
§impl PartialEq for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl PartialEq for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
§fn eq(&self, other: &NDR64_CONF_VAR_ARRAY_HEADER_FORMAT) -> bool
fn eq(&self, other: &NDR64_CONF_VAR_ARRAY_HEADER_FORMAT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl Eq for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
impl StructuralPartialEq for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
Auto Trait Implementations§
impl Freeze for NDR64_CONF_VAR_ARRAY_HEADER_FORMAT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)