pub enum PSIZER {
PSIZE8,
PSIZE16,
PSIZE32,
PSIZE64,
}Expand description
Possible values of the field PSIZE
Variants§
Implementations§
source§impl PSIZER
impl PSIZER
sourcepub fn is_psize16(&self) -> bool
pub fn is_psize16(&self) -> bool
Checks if the value of the field is PSIZE16
sourcepub fn is_psize32(&self) -> bool
pub fn is_psize32(&self) -> bool
Checks if the value of the field is PSIZE32
sourcepub fn is_psize64(&self) -> bool
pub fn is_psize64(&self) -> bool
Checks if the value of the field is PSIZE64