Struct windows_sys::Win32::System::Rpc::NDR64_PARAM_FORMAT
[−]#[repr(C)]pub struct NDR64_PARAM_FORMAT {
pub Type: *mut c_void,
pub Attributes: NDR64_PARAM_FLAGS,
pub Reserved: u16,
pub StackOffset: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
Type: *mut c_void
Attributes: NDR64_PARAM_FLAGS
Reserved: u16
StackOffset: u32
Trait Implementations
impl Clone for NDR64_PARAM_FORMAT
impl Clone for NDR64_PARAM_FORMAT
impl Copy for NDR64_PARAM_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_PARAM_FORMAT
impl !Send for NDR64_PARAM_FORMAT
impl !Sync for NDR64_PARAM_FORMAT
impl Unpin for NDR64_PARAM_FORMAT
impl UnwindSafe for NDR64_PARAM_FORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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