pub struct PositiveDiagonal3 { /* private fields */ }Expand description
Structural representation of a positive diagonal gauge.
Implementations§
Trait Implementations§
Source§impl Clone for PositiveDiagonal3
impl Clone for PositiveDiagonal3
Source§fn clone(&self) -> PositiveDiagonal3
fn clone(&self) -> PositiveDiagonal3
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 moreimpl Copy for PositiveDiagonal3
Source§impl Debug for PositiveDiagonal3
impl Debug for PositiveDiagonal3
Source§impl PartialEq for PositiveDiagonal3
impl PartialEq for PositiveDiagonal3
Source§fn eq(&self, other: &PositiveDiagonal3) -> bool
fn eq(&self, other: &PositiveDiagonal3) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PositiveDiagonal3
Auto Trait Implementations§
impl Freeze for PositiveDiagonal3
impl RefUnwindSafe for PositiveDiagonal3
impl Send for PositiveDiagonal3
impl Sync for PositiveDiagonal3
impl Unpin for PositiveDiagonal3
impl UnsafeUnpin for PositiveDiagonal3
impl UnwindSafe for PositiveDiagonal3
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