#[repr(C)]pub struct MSEHRecenter {
pub type_: [c_char; 30],
pub begintime: nstime_t,
pub endtime: nstime_t,
pub trigger: [c_char; 30],
}Expand description
@brief Container for recenter parameters for use in extra headers
Actual values are optional, with special values indicating an unset state.
@see mseh_add_recenter
Fields§
§type_: [c_char; 30]< Recenter type (e.g. “MASS”, “GIMBAL”), zero length = not included
begintime: nstime_t< Begin time, NSTUNSET = not included
endtime: nstime_t< Estimated end time, NSTUNSET = not included
trigger: [c_char; 30]< Trigger, e.g. AUTOMATIC or MANUAL, zero length = not included
Trait Implementations§
Source§impl Clone for MSEHRecenter
impl Clone for MSEHRecenter
Source§fn clone(&self) -> MSEHRecenter
fn clone(&self) -> MSEHRecenter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MSEHRecenter
impl Debug for MSEHRecenter
impl Copy for MSEHRecenter
Auto Trait Implementations§
impl Freeze for MSEHRecenter
impl RefUnwindSafe for MSEHRecenter
impl Send for MSEHRecenter
impl Sync for MSEHRecenter
impl Unpin for MSEHRecenter
impl UnwindSafe for MSEHRecenter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more