Struct windows_sys::Win32::System::Rpc::NDR_EXPR_DESC
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
pOffset: *const u16
pFormatExpr: *mut u8
Trait Implementations
impl Clone for NDR_EXPR_DESC
impl Clone for NDR_EXPR_DESC
impl Copy for NDR_EXPR_DESC
Auto Trait Implementations
impl RefUnwindSafe for NDR_EXPR_DESC
impl !Send for NDR_EXPR_DESC
impl !Sync for NDR_EXPR_DESC
impl Unpin for NDR_EXPR_DESC
impl UnwindSafe for NDR_EXPR_DESC
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