Struct windows_sys::Win32::System::Rpc::NDR64_BOGUS_ARRAY_HEADER_FORMAT
#[repr(C)]pub struct NDR64_BOGUS_ARRAY_HEADER_FORMAT {
pub FormatCode: u8,
pub Alignment: u8,
pub Flags: NDR64_ARRAY_FLAGS,
pub NumberDims: u8,
pub NumberElements: u32,
pub Element: *mut c_void,
}
Fields§
§FormatCode: u8
§Alignment: u8
§Flags: NDR64_ARRAY_FLAGS
§NumberDims: u8
§NumberElements: u32
§Element: *mut c_void
Trait Implementations§
§impl Clone for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl Clone for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl Copy for NDR64_BOGUS_ARRAY_HEADER_FORMAT
Auto Trait Implementations§
impl RefUnwindSafe for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl !Send for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl !Sync for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl Unpin for NDR64_BOGUS_ARRAY_HEADER_FORMAT
impl UnwindSafe for NDR64_BOGUS_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