Struct cdragon_prop::data::BinFieldName
source · pub struct BinFieldName {
pub hash: u32,
}
Expand description
Hash of a field name of bin class
Fields§
§hash: u32
Hash value
Implementations§
source§impl BinFieldName
impl BinFieldName
Trait Implementations§
source§impl Clone for BinFieldName
impl Clone for BinFieldName
source§fn clone(&self) -> BinFieldName
fn clone(&self) -> BinFieldName
Returns a copy 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 BinFieldName
impl Debug for BinFieldName
source§impl Default for BinFieldName
impl Default for BinFieldName
source§fn default() -> BinFieldName
fn default() -> BinFieldName
Returns the “default value” for a type. Read more
source§impl From<u32> for BinFieldName
impl From<u32> for BinFieldName
source§impl Hash for BinFieldName
impl Hash for BinFieldName
source§impl HashDef for BinFieldName
impl HashDef for BinFieldName
source§impl LowerHex for BinFieldName
impl LowerHex for BinFieldName
source§impl Ord for BinFieldName
impl Ord for BinFieldName
source§fn cmp(&self, other: &BinFieldName) -> Ordering
fn cmp(&self, other: &BinFieldName) -> 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 BinFieldName
impl PartialEq for BinFieldName
source§fn eq(&self, other: &BinFieldName) -> bool
fn eq(&self, other: &BinFieldName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BinFieldName
impl PartialOrd for BinFieldName
source§fn partial_cmp(&self, other: &BinFieldName) -> Option<Ordering>
fn partial_cmp(&self, other: &BinFieldName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BinFieldName
impl Eq for BinFieldName
impl StructuralEq for BinFieldName
impl StructuralPartialEq for BinFieldName
Auto Trait Implementations§
impl RefUnwindSafe for BinFieldName
impl Send for BinFieldName
impl Sync for BinFieldName
impl Unpin for BinFieldName
impl UnwindSafe for BinFieldName
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