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

Test mode

Rate nulling

Reserved for future use

Nadir pointing (normal mode)

Lat/Long pointing

QbX mode

Reserved for future use

Normal sun (nadir with sun rotation)

Lat/long sun

Qinertial

Reserved for future use

QTable

Sun-Ram

Unknown mode detected

Trait Implementations

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mode
[src]

impl From<u8> for Mode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode