pub type SUX_R = BitReader<SUX_A>;
Expand description

Field SUX reader - SecureUser Execute

Aliased Type§

struct SUX_R { /* private fields */ }

Implementations§

source§

impl SUX_R

source

pub const fn variant(&self) -> SUX_A

Get enumerated values variant

source

pub fn is_notallowed(&self) -> bool

Execute access is not allowed in Secure User mode.

source

pub fn is_allowed(&self) -> bool

Execute access is allowed in Secure User mode.