[][src]Struct isis_ants_api::DeployStatus

pub struct DeployStatus {
    pub sys_burn_active: bool,
    pub sys_ignore_deploy: bool,
    pub sys_armed: bool,
    pub ant_1_not_deployed: bool,
    pub ant_1_stopped_time: bool,
    pub ant_1_active: bool,
    pub ant_2_not_deployed: bool,
    pub ant_2_stopped_time: bool,
    pub ant_2_active: bool,
    pub ant_3_not_deployed: bool,
    pub ant_3_stopped_time: bool,
    pub ant_3_active: bool,
    pub ant_4_not_deployed: bool,
    pub ant_4_stopped_time: bool,
    pub ant_4_active: bool,
}

Current deployment status returned from get_deploy

Fields

Whether antenna system independent burn is active

Whether the antenna system is ignoring the deployment switches

Whether the antenna system is armed (ready for deployment)

Whether antenna 1 is not deployed

Whether antenna 1's deployment time limit was reached before achieving full deployment

Whether antenna 1's deployment system is currently active

Whether antenna 2 is not deployed

Whether antenna 2's deployment time limit was reached before achieving full deployment

Whether antenna 2's deployment system is currently active

Whether antenna 3 is not deployed

Whether antenna 3's deployment time limit was reached before achieving full deployment

Whether antenna 3's deployment system is currently active

Whether antenna 4 is not deployed

Whether antenna 4's deployment time limit was reached before achieving full deployment

Whether antenna 4's deployment system is currently active

Trait Implementations

impl Default for DeployStatus
[src]

impl PartialEq<DeployStatus> for DeployStatus
[src]

impl Clone for DeployStatus
[src]

Performs copy-assignment from source. Read more

impl Eq for DeployStatus
[src]

impl Debug for DeployStatus
[src]

impl Hash for DeployStatus
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for DeployStatus

impl Sync for DeployStatus

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]