Enum rabbitizer::AccessType
source · #[repr(u32)]
pub enum AccessType {
INVALID,
BYTE,
SHORT,
WORD,
DOUBLEWORD,
FLOAT,
DOUBLEFLOAT,
MAX,
}Variants§
Trait Implementations§
source§impl Clone for AccessType
impl Clone for AccessType
source§fn clone(&self) -> AccessType
fn clone(&self) -> AccessType
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 AccessType
impl Debug for AccessType
source§impl Hash for AccessType
impl Hash for AccessType
source§impl PartialEq<AccessType> for AccessType
impl PartialEq<AccessType> for AccessType
source§fn eq(&self, other: &AccessType) -> bool
fn eq(&self, other: &AccessType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.