Enum mai400_service::Mode [−][src]
pub enum Mode { TestMode, RateNulling, Reserved1, NadirPointing, LatLongPointing, QbxMode, Reserved2, NormalSun, LatLongSun, Qintertial, Reserved3, Qtable, SunRam, Unknown, }
System mode
Variants
TestMode
Test mode
RateNulling
Rate nulling
Reserved1
Reserved for future use
NadirPointing
Nadir pointing (normal mode)
LatLongPointing
Lat/Long pointing
QbxMode
QbX mode
Reserved2
Reserved for future use
NormalSun
Normal sun (nadir with sun rotation)
LatLongSun
Lat/long sun
Qintertial
Qinertial
Reserved3
Reserved for future use
Qtable
QTable
SunRam
Sun-Ram
Unknown
Unknown mode detected
Trait Implementations
impl Clone for Mode
[src]
impl Clone for Mode
fn clone(&self) -> Mode
[src]
fn clone(&self) -> Mode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Mode
[src]
impl Copy for Mode
impl From<u8> for Mode
[src]
impl From<u8> for Mode