pub struct PolyhedralSurfaceTag;Expand description
OGC Polyhedral surface identifying tag — boost/geometry/core/tags.hpp:109.
Trait Implementations§
Source§impl Clone for PolyhedralSurfaceTag
impl Clone for PolyhedralSurfaceTag
Source§fn clone(&self) -> PolyhedralSurfaceTag
fn clone(&self) -> PolyhedralSurfaceTag
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 PolyhedralSurfaceTag
Source§impl Debug for PolyhedralSurfaceTag
impl Debug for PolyhedralSurfaceTag
Source§impl Default for PolyhedralSurfaceTag
impl Default for PolyhedralSurfaceTag
Source§fn default() -> PolyhedralSurfaceTag
fn default() -> PolyhedralSurfaceTag
Returns the “default value” for a type. Read more
impl Single for PolyhedralSurfaceTag
impl Volumetric for PolyhedralSurfaceTag
Auto Trait Implementations§
impl Freeze for PolyhedralSurfaceTag
impl RefUnwindSafe for PolyhedralSurfaceTag
impl Send for PolyhedralSurfaceTag
impl Sync for PolyhedralSurfaceTag
impl Unpin for PolyhedralSurfaceTag
impl UnsafeUnpin for PolyhedralSurfaceTag
impl UnwindSafe for PolyhedralSurfaceTag
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