Struct windows::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
§fn clone(&self) -> NDR64_BIND_PRIMITIVE
fn clone(&self) -> NDR64_BIND_PRIMITIVE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NDR64_BIND_PRIMITIVE
impl Debug for NDR64_BIND_PRIMITIVE
§impl Default for NDR64_BIND_PRIMITIVE
impl Default for NDR64_BIND_PRIMITIVE
§impl PartialEq for NDR64_BIND_PRIMITIVE
impl PartialEq for NDR64_BIND_PRIMITIVE
§fn eq(&self, other: &NDR64_BIND_PRIMITIVE) -> bool
fn eq(&self, other: &NDR64_BIND_PRIMITIVE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDR64_BIND_PRIMITIVE
impl Eq for NDR64_BIND_PRIMITIVE
impl StructuralPartialEq for NDR64_BIND_PRIMITIVE
Auto Trait Implementations§
impl Freeze for NDR64_BIND_PRIMITIVE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)