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
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
Returns the "default value" for a type. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Mutably borrows from an owned value. Read more