#[repr(u8)]
pub enum SysCallUserDispatchFastSwitch {
Allow,
Block,
}Available on crate feature
thread only.Expand description
Value of the fast switch flag controlling system calls user dispatch mechanism without the need to issue a syscall.
Variants§
Trait Implementations§
source§impl Clone for SysCallUserDispatchFastSwitch
impl Clone for SysCallUserDispatchFastSwitch
source§fn clone(&self) -> SysCallUserDispatchFastSwitch
fn clone(&self) -> SysCallUserDispatchFastSwitch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more