Struct simics::api::base::event::EventClassFlag
#[repr(transparent)]pub struct EventClassFlag(pub u32);
Expand description
Flags for an event
Tuple Fields§
§0: u32
Implementations§
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_No_Flags: event_class_flag_t = _
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_Notsaved: event_class_flag_t = _
pub const Sim_EC_Notsaved: event_class_flag_t = _
event not saved in configurations
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_Slot_Early: event_class_flag_t = _
pub const Sim_EC_Slot_Early: event_class_flag_t = _
event should run before events not marked with this flag
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_Slot_Late: event_class_flag_t = _
pub const Sim_EC_Slot_Late: event_class_flag_t = _
event should run after events not marked with this flag
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_Machine_Sync: event_class_flag_t = _
pub const Sim_EC_Machine_Sync: event_class_flag_t = _
synchronize machine on event
§impl event_class_flag_t
impl event_class_flag_t
pub const Sim_EC_No_Serialize: event_class_flag_t = _
pub const Sim_EC_No_Serialize: event_class_flag_t = _
can execute in parallel with execution
Trait Implementations§
§impl BitAnd for event_class_flag_t
impl BitAnd for event_class_flag_t
§type Output = event_class_flag_t
type Output = event_class_flag_t
The resulting type after applying the
&
operator.§fn bitand(self, other: event_class_flag_t) -> event_class_flag_t
fn bitand(self, other: event_class_flag_t) -> event_class_flag_t
Performs the
&
operation. Read more§impl BitAndAssign for event_class_flag_t
impl BitAndAssign for event_class_flag_t
§fn bitand_assign(&mut self, rhs: event_class_flag_t)
fn bitand_assign(&mut self, rhs: event_class_flag_t)
Performs the
&=
operation. Read more§impl BitOr for event_class_flag_t
impl BitOr for event_class_flag_t
§type Output = event_class_flag_t
type Output = event_class_flag_t
The resulting type after applying the
|
operator.§fn bitor(self, other: event_class_flag_t) -> event_class_flag_t
fn bitor(self, other: event_class_flag_t) -> event_class_flag_t
Performs the
|
operation. Read more§impl BitOrAssign for event_class_flag_t
impl BitOrAssign for event_class_flag_t
§fn bitor_assign(&mut self, rhs: event_class_flag_t)
fn bitor_assign(&mut self, rhs: event_class_flag_t)
Performs the
|=
operation. Read more§impl Clone for event_class_flag_t
impl Clone for event_class_flag_t
§fn clone(&self) -> event_class_flag_t
fn clone(&self) -> event_class_flag_t
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§impl Debug for event_class_flag_t
impl Debug for event_class_flag_t
§impl Hash for event_class_flag_t
impl Hash for event_class_flag_t
§impl Ord for event_class_flag_t
impl Ord for event_class_flag_t
§fn cmp(&self, other: &event_class_flag_t) -> Ordering
fn cmp(&self, other: &event_class_flag_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for event_class_flag_t
impl PartialEq for event_class_flag_t
§impl PartialOrd for event_class_flag_t
impl PartialOrd for event_class_flag_t
impl Copy for event_class_flag_t
impl Eq for event_class_flag_t
impl StructuralPartialEq for event_class_flag_t
Auto Trait Implementations§
impl Freeze for event_class_flag_t
impl RefUnwindSafe for event_class_flag_t
impl Send for event_class_flag_t
impl Sync for event_class_flag_t
impl Unpin for event_class_flag_t
impl UnwindSafe for event_class_flag_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)