pub struct PhysInfo { /* private fields */ }
Expand description
Information about a page of DMA memory, including it’s physical address.
Implementations§
Trait Implementations§
Source§impl Ord for PhysInfo
impl Ord for PhysInfo
Source§impl PartialOrd for PhysInfo
impl PartialOrd for PhysInfo
impl Copy for PhysInfo
impl Eq for PhysInfo
impl StructuralPartialEq for PhysInfo
Auto Trait Implementations§
impl DeviceSync for PhysInfo
impl Freeze for PhysInfo
impl ObjSafe for PhysInfo
impl RefUnwindSafe for PhysInfo
impl Send for PhysInfo
impl StoreCopy for PhysInfo
impl Sync for PhysInfo
impl Unpin for PhysInfo
impl UnwindSafe for PhysInfo
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