Struct windows_sys::Win32::System::Rpc::NDR64_EXPR_NOOP
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
ExprType: u8
Size: u8
Reserved: u16
Trait Implementations
impl Clone for NDR64_EXPR_NOOP
impl Clone for NDR64_EXPR_NOOP
impl Copy for NDR64_EXPR_NOOP
Auto Trait Implementations
impl RefUnwindSafe for NDR64_EXPR_NOOP
impl Send for NDR64_EXPR_NOOP
impl Sync for NDR64_EXPR_NOOP
impl Unpin for NDR64_EXPR_NOOP
impl UnwindSafe for NDR64_EXPR_NOOP
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