Skip to main content

PSZ_R

Type Alias PSZ_R 

Source
pub type PSZ_R = R<u8, PSZ_A>;
Expand description

Reader of field PSZ

Aliased Type§

pub struct PSZ_R { /* private fields */ }

Implementations§

Source§

impl PSZ_R

Source

pub fn variant(&self) -> PSZ_A

Get enumerated values variant

Source

pub fn is_8(&self) -> bool

Checks if the value of the field is _8

Source

pub fn is_16(&self) -> bool

Checks if the value of the field is _16

Source

pub fn is_32(&self) -> bool

Checks if the value of the field is _32

Source

pub fn is_64(&self) -> bool

Checks if the value of the field is _64

Source

pub fn is_128(&self) -> bool

Checks if the value of the field is _128

Source

pub fn is_256(&self) -> bool

Checks if the value of the field is _256

Source

pub fn is_512(&self) -> bool

Checks if the value of the field is _512

Source

pub fn is_1024(&self) -> bool

Checks if the value of the field is _1024