pub struct Xref {
pub from: PhysicalAddr,
pub to: PhysicalAddr,
pub xref_type: XrefType,
}Fields§
§from: PhysicalAddr§to: PhysicalAddr§xref_type: XrefTypeTrait Implementations§
impl Copy for Xref
impl Eq for Xref
Source§impl Ord for Xref
impl Ord for Xref
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Xref
impl PartialOrd for Xref
impl StructuralPartialEq for Xref
Auto Trait Implementations§
impl Freeze for Xref
impl RefUnwindSafe for Xref
impl Send for Xref
impl Sync for Xref
impl Unpin for Xref
impl UnsafeUnpin for Xref
impl UnwindSafe for Xref
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