pub struct SdoPos(/* private fields */);Expand description
SDO Position
Implementations§
Trait Implementations§
impl Copy for SdoPos
impl Eq for SdoPos
Source§impl Ord for SdoPos
impl Ord for SdoPos
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SdoPos
impl PartialOrd for SdoPos
impl StructuralPartialEq for SdoPos
Auto Trait Implementations§
impl Freeze for SdoPos
impl RefUnwindSafe for SdoPos
impl Send for SdoPos
impl Sync for SdoPos
impl Unpin for SdoPos
impl UnsafeUnpin for SdoPos
impl UnwindSafe for SdoPos
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