Struct riscv::register::mstatus::Mstatus[][src]

pub struct Mstatus { /* fields omitted */ }

mstatus register

Methods

impl Mstatus
[src]

User Interrupt Enable

Supervisor Interrupt Enable

Machine Interrupt Enable

User Previous Interrupt Enable

Supervisor Previous Interrupt Enable

User Previous Interrupt Enable

Supervisor Previous Privilege Mode

Machine Previous Privilege Mode

Trait Implementations

impl Clone for Mstatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mstatus
[src]

impl Debug for Mstatus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mstatus

impl Sync for Mstatus