pub struct PhysRange {
pub start: u64,
pub end: u64,
}
Fields§
§start: u64
§end: u64
Implementations§
Trait Implementations§
Source§impl Ord for PhysRange
impl Ord for PhysRange
Source§impl PartialOrd for PhysRange
impl PartialOrd for PhysRange
impl Copy for PhysRange
impl Eq for PhysRange
impl StructuralPartialEq for PhysRange
Auto Trait Implementations§
impl Freeze for PhysRange
impl ObjSafe for PhysRange
impl RefUnwindSafe for PhysRange
impl Send for PhysRange
impl Sync for PhysRange
impl Unpin for PhysRange
impl UnwindSafe for PhysRange
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