Struct windows_sys::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
impl Copy for FULL_PTR_XLAT_TABLES
Auto Trait Implementations§
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