#[repr(C)]pub struct _FULL_PTR_XLAT_TABLES {
pub RefIdToPointer: *mut c_void,
pub PointerToRefId: *mut c_void,
pub NextRefId: c_ulong,
pub XlatSide: XLAT_SIDE,
}
Fields§
§RefIdToPointer: *mut c_void
§PointerToRefId: *mut c_void
§NextRefId: c_ulong
§XlatSide: XLAT_SIDE
Trait Implementations§
Source§impl Clone for _FULL_PTR_XLAT_TABLES
impl Clone for _FULL_PTR_XLAT_TABLES
Source§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 moreSource§impl Debug for _FULL_PTR_XLAT_TABLES
impl Debug for _FULL_PTR_XLAT_TABLES
Source§impl Ord for _FULL_PTR_XLAT_TABLES
impl Ord for _FULL_PTR_XLAT_TABLES
Source§fn cmp(&self, other: &_FULL_PTR_XLAT_TABLES) -> Ordering
fn cmp(&self, other: &_FULL_PTR_XLAT_TABLES) -> 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 _FULL_PTR_XLAT_TABLES
impl PartialEq for _FULL_PTR_XLAT_TABLES
Source§impl PartialOrd for _FULL_PTR_XLAT_TABLES
impl PartialOrd for _FULL_PTR_XLAT_TABLES
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