pub struct CartesianBuffer;Expand description
Cartesian coordinate strategy bundle for buffer construction.
Mirrors boost::geometry::strategies::buffer::cartesian<> from
strategies/buffer/cartesian.hpp:24-31.
Trait Implementations§
Source§impl Clone for CartesianBuffer
impl Clone for CartesianBuffer
Source§fn clone(&self) -> CartesianBuffer
fn clone(&self) -> CartesianBuffer
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 CartesianBuffer
Source§impl Debug for CartesianBuffer
impl Debug for CartesianBuffer
Source§impl Default for CartesianBuffer
impl Default for CartesianBuffer
Source§fn default() -> CartesianBuffer
fn default() -> CartesianBuffer
Returns the “default value” for a type. Read more
impl Eq for CartesianBuffer
Source§impl PartialEq for CartesianBuffer
impl PartialEq for CartesianBuffer
impl StructuralPartialEq for CartesianBuffer
Auto Trait Implementations§
impl Freeze for CartesianBuffer
impl RefUnwindSafe for CartesianBuffer
impl Send for CartesianBuffer
impl Sync for CartesianBuffer
impl Unpin for CartesianBuffer
impl UnsafeUnpin for CartesianBuffer
impl UnwindSafe for CartesianBuffer
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