#[repr(u32)]pub enum state_save_kind_t {
Sim_State_Default = 1,
}
Expand description
not actually used - kept for source compatibility
Variants§
Sim_State_Default = 1
Trait Implementations§
source§impl Clone for state_save_kind_t
impl Clone for state_save_kind_t
source§fn clone(&self) -> state_save_kind_t
fn clone(&self) -> state_save_kind_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 state_save_kind_t
impl Debug for state_save_kind_t
source§impl Hash for state_save_kind_t
impl Hash for state_save_kind_t
source§impl Ord for state_save_kind_t
impl Ord for state_save_kind_t
source§fn cmp(&self, other: &state_save_kind_t) -> Ordering
fn cmp(&self, other: &state_save_kind_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 state_save_kind_t
impl PartialEq for state_save_kind_t
source§impl PartialOrd for state_save_kind_t
impl PartialOrd for state_save_kind_t
impl Copy for state_save_kind_t
impl Eq for state_save_kind_t
impl StructuralPartialEq for state_save_kind_t
Auto Trait Implementations§
impl Freeze for state_save_kind_t
impl RefUnwindSafe for state_save_kind_t
impl Send for state_save_kind_t
impl Sync for state_save_kind_t
impl Unpin for state_save_kind_t
impl UnwindSafe for state_save_kind_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
)