Struct windows::Win32::System::Rpc::FULL_PTR_XLAT_TABLES
#[repr(C)]pub struct FULL_PTR_XLAT_TABLES {
pub RefIdToPointer: *mut c_void,
pub PointerToRefId: *mut c_void,
pub NextRefId: u32,
pub XlatSide: XLAT_SIDE,
}
Fields§
§RefIdToPointer: *mut c_void
§PointerToRefId: *mut c_void
§NextRefId: u32
§XlatSide: XLAT_SIDE
Trait Implementations§
§impl Clone for FULL_PTR_XLAT_TABLES
impl Clone for FULL_PTR_XLAT_TABLES
§fn clone(&self) -> FULL_PTR_XLAT_TABLES
fn clone(&self) -> FULL_PTR_XLAT_TABLES
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 FULL_PTR_XLAT_TABLES
impl Debug for FULL_PTR_XLAT_TABLES
§impl Default for FULL_PTR_XLAT_TABLES
impl Default for FULL_PTR_XLAT_TABLES
§impl PartialEq for FULL_PTR_XLAT_TABLES
impl PartialEq for FULL_PTR_XLAT_TABLES
§fn eq(&self, other: &FULL_PTR_XLAT_TABLES) -> bool
fn eq(&self, other: &FULL_PTR_XLAT_TABLES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FULL_PTR_XLAT_TABLES
impl Eq for FULL_PTR_XLAT_TABLES
impl StructuralPartialEq for FULL_PTR_XLAT_TABLES
Auto Trait Implementations§
impl Freeze for FULL_PTR_XLAT_TABLES
impl RefUnwindSafe for FULL_PTR_XLAT_TABLES
impl !Send for FULL_PTR_XLAT_TABLES
impl !Sync for FULL_PTR_XLAT_TABLES
impl Unpin for FULL_PTR_XLAT_TABLES
impl UnwindSafe for FULL_PTR_XLAT_TABLES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)