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