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