struct CoIommuReg {
dtt_root: u64,
cmd: u64,
dtt_level: u64,
}Fields§
§dtt_root: u64§cmd: u64§dtt_level: u64Trait Implementations§
Source§impl Clone for CoIommuReg
impl Clone for CoIommuReg
Source§fn clone(&self) -> CoIommuReg
fn clone(&self) -> CoIommuReg
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 CoIommuReg
impl Debug for CoIommuReg
Source§impl Default for CoIommuReg
impl Default for CoIommuReg
Source§fn default() -> CoIommuReg
fn default() -> CoIommuReg
Returns the “default value” for a type. Read more
impl Copy for CoIommuReg
Auto Trait Implementations§
impl Freeze for CoIommuReg
impl RefUnwindSafe for CoIommuReg
impl Send for CoIommuReg
impl Sync for CoIommuReg
impl Unpin for CoIommuReg
impl UnwindSafe for CoIommuReg
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