Struct 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 moreimpl Copy 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