LspactR

Type Alias LspactR 

pub type LspactR = BitReader<Lspact>;
Expand description

Field LSPACT reader - Lazy state preservation.

Aliased Type§

pub struct LspactR { /* private fields */ }

Implementations§

§

impl LspactR

pub const fn variant(&self) -> Lspact

Get enumerated values variant

pub fn is_0(&self) -> bool

Lazy state preservation is not active.

pub fn is_1(&self) -> bool

Lazy state preservation is active. floating-point stack frame has been allocated but saving state to it has been deferred.