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