Struct _NDR_PROC_CONTEXT
#[repr(transparent)]pub struct _NDR_PROC_CONTEXT(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for _NDR_PROC_CONTEXT
impl Clone for _NDR_PROC_CONTEXT
§fn clone(&self) -> _NDR_PROC_CONTEXT
fn clone(&self) -> _NDR_PROC_CONTEXT
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_PROC_CONTEXT
impl Debug for _NDR_PROC_CONTEXT
§impl Default for _NDR_PROC_CONTEXT
impl Default for _NDR_PROC_CONTEXT
§fn default() -> _NDR_PROC_CONTEXT
fn default() -> _NDR_PROC_CONTEXT
Returns the “default value” for a type. Read more
§impl PartialEq for _NDR_PROC_CONTEXT
impl PartialEq for _NDR_PROC_CONTEXT
impl Copy for _NDR_PROC_CONTEXT
impl Eq for _NDR_PROC_CONTEXT
impl StructuralPartialEq for _NDR_PROC_CONTEXT
Auto Trait Implementations§
impl Freeze for _NDR_PROC_CONTEXT
impl RefUnwindSafe for _NDR_PROC_CONTEXT
impl Send for _NDR_PROC_CONTEXT
impl Sync for _NDR_PROC_CONTEXT
impl Unpin for _NDR_PROC_CONTEXT
impl UnwindSafe for _NDR_PROC_CONTEXT
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