Struct simics_api_sys::bindings::micro_checkpoint_flags_t
source · #[repr(transparent)]pub struct micro_checkpoint_flags_t(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_User: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_User: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_Breakpoint: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_Breakpoint: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_Tmp: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_Tmp: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_N_States: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_N_States: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_Last_States: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_Last_States: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_ID_Mask: micro_checkpoint_flags_t = _
pub const Sim_MC_ID_Mask: micro_checkpoint_flags_t = _
micro checkpoint id
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_Persistent: micro_checkpoint_flags_t = _
pub const Sim_MC_Persistent: micro_checkpoint_flags_t = _
type of micro checkpoint
source§impl micro_checkpoint_flags_t
impl micro_checkpoint_flags_t
sourcepub const Sim_MC_Automatic: micro_checkpoint_flags_t = _
pub const Sim_MC_Automatic: micro_checkpoint_flags_t = _
may be deleted automatically
Trait Implementations§
source§impl BitAnd for micro_checkpoint_flags_t
impl BitAnd for micro_checkpoint_flags_t
source§impl BitAndAssign for micro_checkpoint_flags_t
impl BitAndAssign for micro_checkpoint_flags_t
source§fn bitand_assign(&mut self, rhs: micro_checkpoint_flags_t)
fn bitand_assign(&mut self, rhs: micro_checkpoint_flags_t)
Performs the
&=
operation. Read moresource§impl BitOr for micro_checkpoint_flags_t
impl BitOr for micro_checkpoint_flags_t
source§impl BitOrAssign for micro_checkpoint_flags_t
impl BitOrAssign for micro_checkpoint_flags_t
source§fn bitor_assign(&mut self, rhs: micro_checkpoint_flags_t)
fn bitor_assign(&mut self, rhs: micro_checkpoint_flags_t)
Performs the
|=
operation. Read moresource§impl Clone for micro_checkpoint_flags_t
impl Clone for micro_checkpoint_flags_t
source§fn clone(&self) -> micro_checkpoint_flags_t
fn clone(&self) -> micro_checkpoint_flags_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 moresource§impl Debug for micro_checkpoint_flags_t
impl Debug for micro_checkpoint_flags_t
source§impl Hash for micro_checkpoint_flags_t
impl Hash for micro_checkpoint_flags_t
source§impl Ord for micro_checkpoint_flags_t
impl Ord for micro_checkpoint_flags_t
source§fn cmp(&self, other: µ_checkpoint_flags_t) -> Ordering
fn cmp(&self, other: µ_checkpoint_flags_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
source§impl PartialEq for micro_checkpoint_flags_t
impl PartialEq for micro_checkpoint_flags_t
source§impl PartialOrd for micro_checkpoint_flags_t
impl PartialOrd for micro_checkpoint_flags_t
impl Copy for micro_checkpoint_flags_t
impl Eq for micro_checkpoint_flags_t
impl StructuralPartialEq for micro_checkpoint_flags_t
Auto Trait Implementations§
impl Freeze for micro_checkpoint_flags_t
impl RefUnwindSafe for micro_checkpoint_flags_t
impl Send for micro_checkpoint_flags_t
impl Sync for micro_checkpoint_flags_t
impl Unpin for micro_checkpoint_flags_t
impl UnwindSafe for micro_checkpoint_flags_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
)