Enum simics_api_sys::swap_mode_t
source · #[repr(u32)]pub enum swap_mode_t {
Sim_Swap_None = 0,
Sim_Swap_Bus = 1,
Sim_Swap_Bus_Trans = 2,
Sim_Swap_Trans = 3,
}
Expand description
Variants§
Trait Implementations§
source§impl Ord for swap_mode
impl Ord for swap_mode
source§impl PartialOrd for swap_mode
impl PartialOrd for swap_mode
impl Copy for swap_mode
impl Eq for swap_mode
impl StructuralPartialEq for swap_mode
Auto Trait Implementations§
impl Freeze for swap_mode
impl RefUnwindSafe for swap_mode
impl Send for swap_mode
impl Sync for swap_mode
impl Unpin for swap_mode
impl UnwindSafe for swap_mode
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
)