Struct isis_ants_api::DeployStatus [−][src]
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
sys_burn_active: bool
Whether antenna system independent burn is active
sys_ignore_deploy: bool
Whether the antenna system is ignoring the deployment switches
sys_armed: bool
Whether the antenna system is armed (ready for deployment)
ant_1_not_deployed: bool
Whether antenna 1 is not deployed
ant_1_stopped_time: bool
Whether antenna 1's deployment time limit was reached before achieving full deployment
ant_1_active: bool
Whether antenna 1's deployment system is currently active
ant_2_not_deployed: bool
Whether antenna 2 is not deployed
ant_2_stopped_time: bool
Whether antenna 2's deployment time limit was reached before achieving full deployment
ant_2_active: bool
Whether antenna 2's deployment system is currently active
ant_3_not_deployed: bool
Whether antenna 3 is not deployed
ant_3_stopped_time: bool
Whether antenna 3's deployment time limit was reached before achieving full deployment
ant_3_active: bool
Whether antenna 3's deployment system is currently active
ant_4_not_deployed: bool
Whether antenna 4 is not deployed
ant_4_stopped_time: bool
Whether antenna 4's deployment time limit was reached before achieving full deployment
ant_4_active: bool
Whether antenna 4's deployment system is currently active
Trait Implementations
impl Clone for DeployStatus
[src]
impl Clone for DeployStatus
fn clone(&self) -> DeployStatus
[src]
fn clone(&self) -> DeployStatus
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)
Performs copy-assignment from source
. Read more
impl Debug for DeployStatus
[src]
impl Debug for DeployStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for DeployStatus
[src]
impl Default for DeployStatus
fn default() -> DeployStatus
[src]
fn default() -> DeployStatus
Returns the "default value" for a type. Read more
impl PartialEq for DeployStatus
[src]
impl PartialEq for DeployStatus
fn eq(&self, other: &DeployStatus) -> bool
[src]
fn eq(&self, other: &DeployStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DeployStatus) -> bool
[src]
fn ne(&self, other: &DeployStatus) -> bool
This method tests for !=
.
impl Eq for DeployStatus
[src]
impl Eq for DeployStatus
impl Hash for DeployStatus
[src]
impl Hash for DeployStatus
Auto Trait Implementations
impl Send for DeployStatus
impl Send for DeployStatus
impl Sync for DeployStatus
impl Sync for DeployStatus