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