Struct gmt_m1_ctrl::SegmentBuilder
source · pub struct SegmentBuilder { /* private fields */ }Expand description
Buider for M1 segment control system
The control system is made of the Actuators, Hardpoints and LoadCells controllers.
Trait Implementations§
source§impl Clone for SegmentBuilder
impl Clone for SegmentBuilder
source§fn clone(&self) -> SegmentBuilder
fn clone(&self) -> SegmentBuilder
Returns a copy 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 SegmentBuilder
impl Debug for SegmentBuilder
source§impl Default for SegmentBuilder
impl Default for SegmentBuilder
source§fn default() -> SegmentBuilder
fn default() -> SegmentBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SegmentBuilder
impl Send for SegmentBuilder
impl Sync for SegmentBuilder
impl Unpin for SegmentBuilder
impl UnwindSafe for SegmentBuilder
Blanket Implementations§
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.