pub struct BinPathValue {
pub hash: u64,
}Expand description
Hash of a BinPath value, put to a file in a [cdragon_wad::Wad] archive
Fields§
§hash: u64Hash value
Implementations§
Source§impl BinPathValue
impl BinPathValue
Trait Implementations§
Source§impl Clone for BinPathValue
impl Clone for BinPathValue
Source§fn clone(&self) -> BinPathValue
fn clone(&self) -> BinPathValue
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 BinPathValue
Source§impl Debug for BinPathValue
impl Debug for BinPathValue
Source§impl Default for BinPathValue
impl Default for BinPathValue
Source§fn default() -> BinPathValue
fn default() -> BinPathValue
Returns the “default value” for a type. Read more
impl Eq for BinPathValue
Source§impl From<BinPathValue> for BinPath
impl From<BinPathValue> for BinPath
Source§fn from(v: BinPathValue) -> Self
fn from(v: BinPathValue) -> Self
Converts to this type from the input type.
Source§impl From<u64> for BinPathValue
impl From<u64> for BinPathValue
Source§impl Hash for BinPathValue
impl Hash for BinPathValue
Source§impl HashDef for BinPathValue
impl HashDef for BinPathValue
Source§impl LowerHex for BinPathValue
impl LowerHex for BinPathValue
Source§impl Ord for BinPathValue
impl Ord for BinPathValue
Source§fn cmp(&self, other: &BinPathValue) -> Ordering
fn cmp(&self, other: &BinPathValue) -> 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 BinPathValue
impl PartialEq for BinPathValue
Source§impl PartialOrd for BinPathValue
impl PartialOrd for BinPathValue
impl StructuralPartialEq for BinPathValue
Auto Trait Implementations§
impl Freeze for BinPathValue
impl RefUnwindSafe for BinPathValue
impl Send for BinPathValue
impl Sync for BinPathValue
impl Unpin for BinPathValue
impl UnsafeUnpin for BinPathValue
impl UnwindSafe for BinPathValue
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