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