Struct windows_sys::Win32::System::Rpc::NDR64_EXPR_NOOP
#[repr(C)]pub struct NDR64_EXPR_NOOP {
pub ExprType: u8,
pub Size: u8,
pub Reserved: u16,
}Fields§
§ExprType: u8§Size: u8§Reserved: u16Trait 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§
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