ThreadR

Type Alias ThreadR 

pub type ThreadR = BitReader<Thread>;
Expand description

Field THREAD reader - Mode when the floating-point stack frame was allocated.

Aliased Type§

pub struct ThreadR { /* private fields */ }

Implementations§

§

impl ThreadR

pub const fn variant(&self) -> Thread

Get enumerated values variant

pub fn is_0(&self) -> bool

Mode was not Thread Mode when the floating-point stack frame was allocated.

pub fn is_1(&self) -> bool

Mode was Thread Mode when the floating-point stack frame was allocated.