Struct windows_sys::Win32::System::Rpc::NDR64_BIND_AND_NOTIFY_EXTENSION
#[repr(C)]pub struct NDR64_BIND_AND_NOTIFY_EXTENSION {
pub Binding: NDR64_BIND_CONTEXT,
pub NotifyIndex: u16,
}
Fields§
§Binding: NDR64_BIND_CONTEXT
§NotifyIndex: u16
Trait Implementations§
§impl Clone for NDR64_BIND_AND_NOTIFY_EXTENSION
impl Clone for NDR64_BIND_AND_NOTIFY_EXTENSION
impl Copy for NDR64_BIND_AND_NOTIFY_EXTENSION
Auto Trait Implementations§
impl RefUnwindSafe for NDR64_BIND_AND_NOTIFY_EXTENSION
impl Send for NDR64_BIND_AND_NOTIFY_EXTENSION
impl Sync for NDR64_BIND_AND_NOTIFY_EXTENSION
impl Unpin for NDR64_BIND_AND_NOTIFY_EXTENSION
impl UnwindSafe for NDR64_BIND_AND_NOTIFY_EXTENSION
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