#[repr(C)]pub struct _NDR_SCONTEXT {
pub pad: [*mut c_void; 2],
pub userContext: *mut c_void,
}
Fields§
§pad: [*mut c_void; 2]
§userContext: *mut c_void
Trait Implementations§
Source§impl Clone for _NDR_SCONTEXT
impl Clone for _NDR_SCONTEXT
Source§fn clone(&self) -> _NDR_SCONTEXT
fn clone(&self) -> _NDR_SCONTEXT
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_SCONTEXT
impl Debug for _NDR_SCONTEXT
Source§impl Ord for _NDR_SCONTEXT
impl Ord for _NDR_SCONTEXT
Source§fn cmp(&self, other: &_NDR_SCONTEXT) -> Ordering
fn cmp(&self, other: &_NDR_SCONTEXT) -> 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_SCONTEXT
impl PartialEq for _NDR_SCONTEXT
Source§impl PartialOrd for _NDR_SCONTEXT
impl PartialOrd for _NDR_SCONTEXT
impl Copy for _NDR_SCONTEXT
impl Eq for _NDR_SCONTEXT
impl StructuralPartialEq for _NDR_SCONTEXT
Auto Trait Implementations§
impl Freeze for _NDR_SCONTEXT
impl RefUnwindSafe for _NDR_SCONTEXT
impl !Send for _NDR_SCONTEXT
impl !Sync for _NDR_SCONTEXT
impl Unpin for _NDR_SCONTEXT
impl UnwindSafe for _NDR_SCONTEXT
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