#[repr(C)]pub enum MWAMode {
Show 22 variants
No_Capture = 0,
Burst_Vsib = 1,
Sw_Cor_Vsib = 2,
Hw_Cor_Pkts = 3,
Rts_32t = 4,
Hw_Lfiles = 5,
Hw_Lfiles_Nomentok = 6,
Sw_Cor_Vsib_Nomentok = 7,
Burst_Vsib_Synced = 8,
Burst_Vsib_Raw = 9,
Lfiles_Client = 16,
No_Capture_Burst = 17,
Enter_Burst = 18,
Enter_Channel = 19,
Voltage_Raw = 20,
Corr_Mode_Change = 21,
Voltage_Start = 22,
Voltage_Stop = 23,
Voltage_Buffer = 24,
Mwax_Correlator = 30,
Mwax_Vcs = 31,
Mwax_Buffer = 32,
}Expand description
The MODE the system was in for this observation
Variants§
No_Capture = 0
Burst_Vsib = 1
Sw_Cor_Vsib = 2
Hw_Cor_Pkts = 3
Rts_32t = 4
Hw_Lfiles = 5
Hw_Lfiles_Nomentok = 6
Sw_Cor_Vsib_Nomentok = 7
Burst_Vsib_Synced = 8
Burst_Vsib_Raw = 9
Lfiles_Client = 16
No_Capture_Burst = 17
Enter_Burst = 18
Enter_Channel = 19
Voltage_Raw = 20
Corr_Mode_Change = 21
Voltage_Start = 22
Voltage_Stop = 23
Voltage_Buffer = 24
Mwax_Correlator = 30
Mwax_Vcs = 31
Mwax_Buffer = 32
Trait Implementations§
impl Copy for MWAMode
impl Eq for MWAMode
impl StructuralPartialEq for MWAMode
Auto Trait Implementations§
impl Freeze for MWAMode
impl RefUnwindSafe for MWAMode
impl Send for MWAMode
impl Sync for MWAMode
impl Unpin for MWAMode
impl UnwindSafe for MWAMode
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§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more