pub struct BinEntryPath {
pub hash: u32,
}Expand description
Hash of a [BinEntry] path
Fields§
§hash: u32Hash value
Implementations§
Source§impl BinEntryPath
impl BinEntryPath
Trait Implementations§
Source§impl Clone for BinEntryPath
impl Clone for BinEntryPath
Source§fn clone(&self) -> BinEntryPath
fn clone(&self) -> BinEntryPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BinEntryPath
Source§impl Debug for BinEntryPath
impl Debug for BinEntryPath
Source§impl Default for BinEntryPath
impl Default for BinEntryPath
Source§fn default() -> BinEntryPath
fn default() -> BinEntryPath
Returns the “default value” for a type. Read more
impl Eq for BinEntryPath
Source§impl From<BinEntryPath> for BinLink
impl From<BinEntryPath> for BinLink
Source§fn from(v: BinEntryPath) -> Self
fn from(v: BinEntryPath) -> Self
Converts to this type from the input type.
Source§impl From<u32> for BinEntryPath
impl From<u32> for BinEntryPath
Source§impl Hash for BinEntryPath
impl Hash for BinEntryPath
Source§impl HashDef for BinEntryPath
impl HashDef for BinEntryPath
Source§impl LowerHex for BinEntryPath
impl LowerHex for BinEntryPath
Source§impl Ord for BinEntryPath
impl Ord for BinEntryPath
Source§fn cmp(&self, other: &BinEntryPath) -> Ordering
fn cmp(&self, other: &BinEntryPath) -> Ordering
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 PartialEq for BinEntryPath
impl PartialEq for BinEntryPath
Source§impl PartialOrd for BinEntryPath
impl PartialOrd for BinEntryPath
impl StructuralPartialEq for BinEntryPath
Auto Trait Implementations§
impl Freeze for BinEntryPath
impl RefUnwindSafe for BinEntryPath
impl Send for BinEntryPath
impl Sync for BinEntryPath
impl Unpin for BinEntryPath
impl UnsafeUnpin for BinEntryPath
impl UnwindSafe for BinEntryPath
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