#[repr(u32)]pub enum ms1553_mode_code_t {
Show 15 variants
MS1553_Dynamic_Bus_Control = 0,
MS1553_Synchronize_T = 1,
MS1553_Transmit_Status_word = 2,
MS1553_Initiate_Self_Test = 3,
MS1553_Transmitter_Shutdown = 4,
MS1553_Override_Transmitter_Shutdown = 5,
MS1553_Inhibit_Terminal_Flag_Bit = 6,
MS1553_Override_Inhibit_Terminal_Flag_Bit = 7,
MS1553_Reset_Remote_Terminal = 8,
MS1553_Transmit_Vector_Word = 16,
MS1553_Synchronize_R = 17,
MS1553_Transmit_Last_Command_Word = 18,
MS1553_Transmit_BIT_Vector = 19,
MS1553_Selected_Transmitter_Shutdown = 20,
MS1553_Override_Selected_Transmitter_Shutdown = 21,
}
Expand description
Variants§
MS1553_Dynamic_Bus_Control = 0
MS1553_Synchronize_T = 1
MS1553_Transmit_Status_word = 2
MS1553_Initiate_Self_Test = 3
MS1553_Transmitter_Shutdown = 4
MS1553_Override_Transmitter_Shutdown = 5
MS1553_Inhibit_Terminal_Flag_Bit = 6
MS1553_Override_Inhibit_Terminal_Flag_Bit = 7
MS1553_Reset_Remote_Terminal = 8
MS1553_Transmit_Vector_Word = 16
MS1553_Synchronize_R = 17
MS1553_Transmit_Last_Command_Word = 18
MS1553_Transmit_BIT_Vector = 19
MS1553_Selected_Transmitter_Shutdown = 20
MS1553_Override_Selected_Transmitter_Shutdown = 21
Trait Implementations§
source§impl Clone for ms1553_mode_code_t
impl Clone for ms1553_mode_code_t
source§fn clone(&self) -> ms1553_mode_code_t
fn clone(&self) -> ms1553_mode_code_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_mode_code_t
impl Debug for ms1553_mode_code_t
source§impl Hash for ms1553_mode_code_t
impl Hash for ms1553_mode_code_t
source§impl Ord for ms1553_mode_code_t
impl Ord for ms1553_mode_code_t
source§fn cmp(&self, other: &ms1553_mode_code_t) -> Ordering
fn cmp(&self, other: &ms1553_mode_code_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_mode_code_t
impl PartialEq for ms1553_mode_code_t
source§impl PartialOrd for ms1553_mode_code_t
impl PartialOrd for ms1553_mode_code_t
impl Copy for ms1553_mode_code_t
impl Eq for ms1553_mode_code_t
impl StructuralPartialEq for ms1553_mode_code_t
Auto Trait Implementations§
impl Freeze for ms1553_mode_code_t
impl RefUnwindSafe for ms1553_mode_code_t
impl Send for ms1553_mode_code_t
impl Sync for ms1553_mode_code_t
impl Unpin for ms1553_mode_code_t
impl UnwindSafe for ms1553_mode_code_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
)