Struct windows_sys::Win32::System::Rpc::NDR64_NO_REPEAT_FORMAT
[−]#[repr(C)]pub struct NDR64_NO_REPEAT_FORMAT {
pub FormatCode: u8,
pub Flags: u8,
pub Reserved1: u16,
pub Reserved2: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
FormatCode: u8
Flags: u8
Reserved1: u16
Reserved2: u32
Trait Implementations
impl Clone for NDR64_NO_REPEAT_FORMAT
impl Clone for NDR64_NO_REPEAT_FORMAT
impl Copy for NDR64_NO_REPEAT_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_NO_REPEAT_FORMAT
impl Send for NDR64_NO_REPEAT_FORMAT
impl Sync for NDR64_NO_REPEAT_FORMAT
impl Unpin for NDR64_NO_REPEAT_FORMAT
impl UnwindSafe for NDR64_NO_REPEAT_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