Struct windows::Win32::System::Rpc::NDR_CS_ROUTINES
#[repr(C)]pub struct NDR_CS_ROUTINES {
pub pSizeConvertRoutines: *mut NDR_CS_SIZE_CONVERT_ROUTINES,
pub pTagGettingRoutines: *mut CS_TAG_GETTING_ROUTINE,
}
Fields§
§pSizeConvertRoutines: *mut NDR_CS_SIZE_CONVERT_ROUTINES
§pTagGettingRoutines: *mut CS_TAG_GETTING_ROUTINE
Trait Implementations§
§impl Clone for NDR_CS_ROUTINES
impl Clone for NDR_CS_ROUTINES
§fn clone(&self) -> NDR_CS_ROUTINES
fn clone(&self) -> NDR_CS_ROUTINES
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 NDR_CS_ROUTINES
impl Debug for NDR_CS_ROUTINES
§impl Default for NDR_CS_ROUTINES
impl Default for NDR_CS_ROUTINES
§impl PartialEq for NDR_CS_ROUTINES
impl PartialEq for NDR_CS_ROUTINES
§fn eq(&self, other: &NDR_CS_ROUTINES) -> bool
fn eq(&self, other: &NDR_CS_ROUTINES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDR_CS_ROUTINES
impl Eq for NDR_CS_ROUTINES
impl StructuralPartialEq for NDR_CS_ROUTINES
Auto Trait Implementations§
impl Freeze for NDR_CS_ROUTINES
impl RefUnwindSafe for NDR_CS_ROUTINES
impl !Send for NDR_CS_ROUTINES
impl !Sync for NDR_CS_ROUTINES
impl Unpin for NDR_CS_ROUTINES
impl UnwindSafe for NDR_CS_ROUTINES
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
)