pub struct Address {
pub cpu: usize,
pub virt: Option<usize>,
pub bus: Option<u64>,
}
Fields§
§cpu: usize
§virt: Option<usize>
§bus: Option<u64>
Implementations§
Trait Implementations§
impl Copy for Address
Auto Trait Implementations§
impl Freeze for Address
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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