#[repr(C)]pub struct CPUIOTLBEntry {
pub addr: u64,
pub attrs: MemTxAttrs,
}Fields§
§addr: u64§attrs: MemTxAttrsTrait Implementations§
Source§impl Clone for CPUIOTLBEntry
impl Clone for CPUIOTLBEntry
Source§fn clone(&self) -> CPUIOTLBEntry
fn clone(&self) -> CPUIOTLBEntry
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 CPUIOTLBEntry
impl Debug for CPUIOTLBEntry
impl Copy for CPUIOTLBEntry
Auto Trait Implementations§
impl Freeze for CPUIOTLBEntry
impl RefUnwindSafe for CPUIOTLBEntry
impl Send for CPUIOTLBEntry
impl Sync for CPUIOTLBEntry
impl Unpin for CPUIOTLBEntry
impl UnwindSafe for CPUIOTLBEntry
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