ThreadW

Type Alias ThreadW 

pub type ThreadW<'a, REG> = BitWriter<'a, REG, Thread>;
Expand description

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

Aliased Type§

pub struct ThreadW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> ThreadW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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