pub struct AngularLocation {
pub name: String,
pub description: Option<String>,
pub relating_shape_aspect: ShapeAspectRef,
pub related_shape_aspect: ShapeAspectRef,
pub angle_selection: AngleRelator,
}Fields§
§name: String§description: Option<String>§relating_shape_aspect: ShapeAspectRef§angle_selection: AngleRelatorTrait Implementations§
Source§impl Clone for AngularLocation
impl Clone for AngularLocation
Source§fn clone(&self) -> AngularLocation
fn clone(&self) -> AngularLocation
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 AngularLocation
impl Debug for AngularLocation
Source§impl PartialEq for AngularLocation
impl PartialEq for AngularLocation
Source§fn eq(&self, other: &AngularLocation) -> bool
fn eq(&self, other: &AngularLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AngularLocation
Auto Trait Implementations§
impl Freeze for AngularLocation
impl RefUnwindSafe for AngularLocation
impl Send for AngularLocation
impl Sync for AngularLocation
impl Unpin for AngularLocation
impl UnsafeUnpin for AngularLocation
impl UnwindSafe for AngularLocation
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