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,
}
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§
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