pub struct SpatialReferenceSystem { /* private fields */ }Implementations§
Source§impl SpatialReferenceSystem
impl SpatialReferenceSystem
pub const fn new(identifier: SpatialReferenceId) -> Self
pub const fn identifier(&self) -> &SpatialReferenceId
Trait Implementations§
Source§impl Clone for SpatialReferenceSystem
impl Clone for SpatialReferenceSystem
Source§fn clone(&self) -> SpatialReferenceSystem
fn clone(&self) -> SpatialReferenceSystem
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 SpatialReferenceSystem
impl Debug for SpatialReferenceSystem
Source§impl Display for SpatialReferenceSystem
impl Display for SpatialReferenceSystem
Source§impl Hash for SpatialReferenceSystem
impl Hash for SpatialReferenceSystem
Source§impl Ord for SpatialReferenceSystem
impl Ord for SpatialReferenceSystem
Source§fn cmp(&self, other: &SpatialReferenceSystem) -> Ordering
fn cmp(&self, other: &SpatialReferenceSystem) -> Ordering
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 PartialEq for SpatialReferenceSystem
impl PartialEq for SpatialReferenceSystem
Source§fn eq(&self, other: &SpatialReferenceSystem) -> bool
fn eq(&self, other: &SpatialReferenceSystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SpatialReferenceSystem
impl PartialOrd for SpatialReferenceSystem
impl Eq for SpatialReferenceSystem
impl StructuralPartialEq for SpatialReferenceSystem
Auto Trait Implementations§
impl Freeze for SpatialReferenceSystem
impl RefUnwindSafe for SpatialReferenceSystem
impl Send for SpatialReferenceSystem
impl Sync for SpatialReferenceSystem
impl Unpin for SpatialReferenceSystem
impl UnsafeUnpin for SpatialReferenceSystem
impl UnwindSafe for SpatialReferenceSystem
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