Enum simics_api_sys::ms1553_phase_t
source · #[repr(u32)]pub enum ms1553_phase_t {
MS1553_Phase_Idle = 0,
MS1553_Phase_T_Command = 1,
MS1553_Phase_R_Command = 2,
MS1553_Phase_M_T_Command = 3,
MS1553_Phase_M_R_Command = 4,
MS1553_Phase_M_N_Command = 5,
MS1553_Phase_Data = 6,
MS1553_Phase_Status = 7,
MS1553_Num_Phases = 8,
}
Expand description
Variants§
MS1553_Phase_Idle = 0
MS1553_Phase_T_Command = 1
MS1553_Phase_R_Command = 2
MS1553_Phase_M_T_Command = 3
MS1553_Phase_M_R_Command = 4
MS1553_Phase_M_N_Command = 5
MS1553_Phase_Data = 6
MS1553_Phase_Status = 7
MS1553_Num_Phases = 8
Trait Implementations§
source§impl Clone for ms1553_phase_t
impl Clone for ms1553_phase_t
source§fn clone(&self) -> ms1553_phase_t
fn clone(&self) -> ms1553_phase_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 ms1553_phase_t
impl Debug for ms1553_phase_t
source§impl Hash for ms1553_phase_t
impl Hash for ms1553_phase_t
source§impl Ord for ms1553_phase_t
impl Ord for ms1553_phase_t
source§fn cmp(&self, other: &ms1553_phase_t) -> Ordering
fn cmp(&self, other: &ms1553_phase_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 ms1553_phase_t
impl PartialEq for ms1553_phase_t
source§impl PartialOrd for ms1553_phase_t
impl PartialOrd for ms1553_phase_t
impl Copy for ms1553_phase_t
impl Eq for ms1553_phase_t
impl StructuralPartialEq for ms1553_phase_t
Auto Trait Implementations§
impl Freeze for ms1553_phase_t
impl RefUnwindSafe for ms1553_phase_t
impl Send for ms1553_phase_t
impl Sync for ms1553_phase_t
impl Unpin for ms1553_phase_t
impl UnwindSafe for ms1553_phase_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
)