#[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§
Source§impl Clone for _NDR_CS_ROUTINES
impl Clone for _NDR_CS_ROUTINES
Source§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 moreSource§impl Debug for _NDR_CS_ROUTINES
impl Debug for _NDR_CS_ROUTINES
Source§impl Ord for _NDR_CS_ROUTINES
impl Ord for _NDR_CS_ROUTINES
Source§fn cmp(&self, other: &_NDR_CS_ROUTINES) -> Ordering
fn cmp(&self, other: &_NDR_CS_ROUTINES) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _NDR_CS_ROUTINES
impl PartialEq for _NDR_CS_ROUTINES
Source§impl PartialOrd for _NDR_CS_ROUTINES
impl PartialOrd for _NDR_CS_ROUTINES
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