pub struct Inclinometer {
pub incl: Vec<Incl>,
}Available on crate feature
model304 only.Expand description
Inclinometer Model
Include to support orientation measurements
Fields§
§incl: Vec<Incl>Trait Implementations§
Source§impl Clone for Inclinometer
impl Clone for Inclinometer
Source§fn clone(&self) -> Inclinometer
fn clone(&self) -> Inclinometer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Inclinometer
impl Debug for Inclinometer
impl Eq for Inclinometer
Source§impl Group for Inclinometer
impl Group for Inclinometer
Source§impl Model for Inclinometer
impl Model for Inclinometer
Source§impl PartialEq for Inclinometer
impl PartialEq for Inclinometer
impl StructuralPartialEq for Inclinometer
Auto Trait Implementations§
impl Freeze for Inclinometer
impl RefUnwindSafe for Inclinometer
impl Send for Inclinometer
impl Sync for Inclinometer
impl Unpin for Inclinometer
impl UnsafeUnpin for Inclinometer
impl UnwindSafe for Inclinometer
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