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