Union windows_sys::Win32::System::Rpc::NDR64_BINDINGS
[−]#[repr(C)]
pub union NDR64_BINDINGS {
pub Primitive: NDR64_BIND_PRIMITIVE,
pub Generic: NDR64_BIND_GENERIC,
pub Context: NDR64_BIND_CONTEXT,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
Primitive: NDR64_BIND_PRIMITIVE
Generic: NDR64_BIND_GENERIC
Context: NDR64_BIND_CONTEXT
Trait Implementations
impl Clone for NDR64_BINDINGS
impl Clone for NDR64_BINDINGS
impl Copy for NDR64_BINDINGS
Auto Trait Implementations
impl RefUnwindSafe for NDR64_BINDINGS
impl Send for NDR64_BINDINGS
impl Sync for NDR64_BINDINGS
impl Unpin for NDR64_BINDINGS
impl UnwindSafe for NDR64_BINDINGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more