pub struct MechanicalContext {
pub name: String,
pub frame_of_reference: ApplicationContextRef,
pub discipline_type: String,
}Fields§
§name: String§frame_of_reference: ApplicationContextRef§discipline_type: StringTrait Implementations§
Source§impl Clone for MechanicalContext
impl Clone for MechanicalContext
Source§fn clone(&self) -> MechanicalContext
fn clone(&self) -> MechanicalContext
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 MechanicalContext
impl Debug for MechanicalContext
Source§impl PartialEq for MechanicalContext
impl PartialEq for MechanicalContext
Source§fn eq(&self, other: &MechanicalContext) -> bool
fn eq(&self, other: &MechanicalContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MechanicalContext
Auto Trait Implementations§
impl Freeze for MechanicalContext
impl RefUnwindSafe for MechanicalContext
impl Send for MechanicalContext
impl Sync for MechanicalContext
impl Unpin for MechanicalContext
impl UnsafeUnpin for MechanicalContext
impl UnwindSafe for MechanicalContext
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