pub struct Offset(/* private fields */);Expand description
Offset to an entry. The type of the entry is yet to be resolved.
Trait Implementations§
Source§impl From<LinkOffset> for Offset
impl From<LinkOffset> for Offset
Source§fn from(x: LinkOffset) -> Offset
fn from(x: LinkOffset) -> Offset
Converts to this type from the input type.
Source§impl PartialOrd for Offset
impl PartialOrd for Offset
impl Copy for Offset
impl StructuralPartialEq for Offset
Auto Trait Implementations§
impl Freeze for Offset
impl RefUnwindSafe for Offset
impl Send for Offset
impl Sync for Offset
impl Unpin for Offset
impl UnwindSafe for Offset
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