Struct windows_sys::Win32::System::Rpc::NDR64_EXPR_OPERATOR
#[repr(C)]pub struct NDR64_EXPR_OPERATOR {
pub ExprType: u8,
pub Operator: u8,
pub CastType: u8,
pub Reserved: u8,
}Fields§
§ExprType: u8§Operator: u8§CastType: u8§Reserved: u8Trait Implementations§
§impl Clone for NDR64_EXPR_OPERATOR
impl Clone for NDR64_EXPR_OPERATOR
impl Copy for NDR64_EXPR_OPERATOR
Auto Trait Implementations§
impl RefUnwindSafe for NDR64_EXPR_OPERATOR
impl Send for NDR64_EXPR_OPERATOR
impl Sync for NDR64_EXPR_OPERATOR
impl Unpin for NDR64_EXPR_OPERATOR
impl UnwindSafe for NDR64_EXPR_OPERATOR
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