pub struct ParameterOffset(/* private fields */);Expand description
The debuginfo offset of a parameter formal specification/definition.
This is unique for all parameter specifications/definitions in a file.
Trait Implementations§
Source§impl Clone for ParameterOffset
impl Clone for ParameterOffset
Source§fn clone(&self) -> ParameterOffset
fn clone(&self) -> ParameterOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParameterOffset
impl Debug for ParameterOffset
Source§impl Default for ParameterOffset
impl Default for ParameterOffset
Source§impl From<UnitSectionOffset> for ParameterOffset
impl From<UnitSectionOffset> for ParameterOffset
Source§fn from(o: UnitSectionOffset) -> ParameterOffset
fn from(o: UnitSectionOffset) -> ParameterOffset
Converts to this type from the input type.
Source§impl Hash for ParameterOffset
impl Hash for ParameterOffset
Source§impl Ord for ParameterOffset
impl Ord for ParameterOffset
Source§fn cmp(&self, other: &ParameterOffset) -> Ordering
fn cmp(&self, other: &ParameterOffset) -> Ordering
1.21.0 · 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 PartialEq for ParameterOffset
impl PartialEq for ParameterOffset
Source§impl PartialOrd for ParameterOffset
impl PartialOrd for ParameterOffset
impl Copy for ParameterOffset
impl Eq for ParameterOffset
impl StructuralPartialEq for ParameterOffset
Auto Trait Implementations§
impl Freeze for ParameterOffset
impl RefUnwindSafe for ParameterOffset
impl Send for ParameterOffset
impl Sync for ParameterOffset
impl Unpin for ParameterOffset
impl UnsafeUnpin for ParameterOffset
impl UnwindSafe for ParameterOffset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.