Struct simics_api_sys::breakpoint_flag
source · #[repr(transparent)]pub struct breakpoint_flag(pub c_uint);
Expand description
Tuple Fields§
§0: c_uint
Implementations§
source§impl breakpoint_flag
impl breakpoint_flag
pub const Sim_Breakpoint_Temporary: breakpoint_flag = _
source§impl breakpoint_flag
impl breakpoint_flag
pub const Sim_Breakpoint_Simulation: breakpoint_flag = _
source§impl breakpoint_flag
impl breakpoint_flag
pub const Sim_Breakpoint_Private: breakpoint_flag = _
Trait Implementations§
source§impl BitAnd for breakpoint_flag
impl BitAnd for breakpoint_flag
source§impl BitAndAssign for breakpoint_flag
impl BitAndAssign for breakpoint_flag
source§fn bitand_assign(&mut self, rhs: breakpoint_flag)
fn bitand_assign(&mut self, rhs: breakpoint_flag)
Performs the
&=
operation. Read moresource§impl BitOr for breakpoint_flag
impl BitOr for breakpoint_flag
source§impl BitOrAssign for breakpoint_flag
impl BitOrAssign for breakpoint_flag
source§fn bitor_assign(&mut self, rhs: breakpoint_flag)
fn bitor_assign(&mut self, rhs: breakpoint_flag)
Performs the
|=
operation. Read moresource§impl Clone for breakpoint_flag
impl Clone for breakpoint_flag
source§fn clone(&self) -> breakpoint_flag
fn clone(&self) -> breakpoint_flag
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 breakpoint_flag
impl Debug for breakpoint_flag
source§impl Hash for breakpoint_flag
impl Hash for breakpoint_flag
source§impl Ord for breakpoint_flag
impl Ord for breakpoint_flag
source§fn cmp(&self, other: &breakpoint_flag) -> Ordering
fn cmp(&self, other: &breakpoint_flag) -> 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 breakpoint_flag
impl PartialEq for breakpoint_flag
source§impl PartialOrd for breakpoint_flag
impl PartialOrd for breakpoint_flag
impl Copy for breakpoint_flag
impl Eq for breakpoint_flag
impl StructuralPartialEq for breakpoint_flag
Auto Trait Implementations§
impl Freeze for breakpoint_flag
impl RefUnwindSafe for breakpoint_flag
impl Send for breakpoint_flag
impl Sync for breakpoint_flag
impl Unpin for breakpoint_flag
impl UnwindSafe for breakpoint_flag
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
)