Struct simics_api_sys::save_flags_t
source · #[repr(transparent)]pub struct save_flags_t(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl save_flags_t
impl save_flags_t
sourcepub const Sim_Save_Nobundle: save_flags_t = _
pub const Sim_Save_Nobundle: save_flags_t = _
old-style save without creating directory
source§impl save_flags_t
impl save_flags_t
sourcepub const Sim_Save_RLE_Data: save_flags_t = _
pub const Sim_Save_RLE_Data: save_flags_t = _
use RLE for data values
source§impl save_flags_t
impl save_flags_t
sourcepub const Sim_Save_Gzip_Config: save_flags_t = _
pub const Sim_Save_Gzip_Config: save_flags_t = _
create gzipped config file
Trait Implementations§
source§impl BitAnd for save_flags_t
impl BitAnd for save_flags_t
source§impl BitAndAssign for save_flags_t
impl BitAndAssign for save_flags_t
source§fn bitand_assign(&mut self, rhs: save_flags_t)
fn bitand_assign(&mut self, rhs: save_flags_t)
Performs the
&=
operation. Read moresource§impl BitOr for save_flags_t
impl BitOr for save_flags_t
source§impl BitOrAssign for save_flags_t
impl BitOrAssign for save_flags_t
source§fn bitor_assign(&mut self, rhs: save_flags_t)
fn bitor_assign(&mut self, rhs: save_flags_t)
Performs the
|=
operation. Read moresource§impl Clone for save_flags_t
impl Clone for save_flags_t
source§fn clone(&self) -> save_flags_t
fn clone(&self) -> save_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 save_flags_t
impl Debug for save_flags_t
source§impl Hash for save_flags_t
impl Hash for save_flags_t
source§impl Ord for save_flags_t
impl Ord for save_flags_t
source§fn cmp(&self, other: &save_flags_t) -> Ordering
fn cmp(&self, other: &save_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 save_flags_t
impl PartialEq for save_flags_t
source§impl PartialOrd for save_flags_t
impl PartialOrd for save_flags_t
impl Copy for save_flags_t
impl Eq for save_flags_t
impl StructuralPartialEq for save_flags_t
Auto Trait Implementations§
impl Freeze for save_flags_t
impl RefUnwindSafe for save_flags_t
impl Send for save_flags_t
impl Sync for save_flags_t
impl Unpin for save_flags_t
impl UnwindSafe for save_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
)