[][src]Struct smash::resource::Hash40

#[repr(packed)]pub struct Hash40 {
    pub crc32: u32,
    pub len: u8,
}

Fields

crc32: u32len: u8

Methods

impl Hash40[src]

pub fn as_u64(&self) -> u64[src]

Trait Implementations

impl Clone for Hash40[src]

impl Copy for Hash40[src]

impl Debug for Hash40[src]

Auto Trait Implementations

impl RefUnwindSafe for Hash40

impl Send for Hash40

impl Sync for Hash40

impl Unpin for Hash40

impl UnwindSafe for Hash40

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.