#[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_voidTrait 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 duplicate 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
impl Copy 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