#[repr(C)]pub struct TlbEntry {
pub paddr: u64,
pub perms: Prot,
}
Fields§
§paddr: u64
§perms: Prot
Trait Implementations§
Source§impl Ord for TlbEntry
impl Ord for TlbEntry
Source§impl PartialOrd for TlbEntry
impl PartialOrd for TlbEntry
impl Copy for TlbEntry
impl Eq for TlbEntry
impl StructuralPartialEq for TlbEntry
Auto Trait Implementations§
impl Freeze for TlbEntry
impl RefUnwindSafe for TlbEntry
impl Send for TlbEntry
impl Sync for TlbEntry
impl Unpin for TlbEntry
impl UnwindSafe for TlbEntry
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