pub struct GeometryWriteOptions {
pub encoding: GeometryEncoding,
}Expand description
Options controlling one geometry write operation.
Fields§
§encoding: GeometryEncodingBinary storage used by the destination primitive.
Trait Implementations§
Source§impl Clone for GeometryWriteOptions
impl Clone for GeometryWriteOptions
Source§fn clone(&self) -> GeometryWriteOptions
fn clone(&self) -> GeometryWriteOptions
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 GeometryWriteOptions
Source§impl Debug for GeometryWriteOptions
impl Debug for GeometryWriteOptions
Source§impl Default for GeometryWriteOptions
impl Default for GeometryWriteOptions
Source§fn default() -> GeometryWriteOptions
fn default() -> GeometryWriteOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeometryWriteOptions
impl RefUnwindSafe for GeometryWriteOptions
impl Send for GeometryWriteOptions
impl Sync for GeometryWriteOptions
impl Unpin for GeometryWriteOptions
impl UnsafeUnpin for GeometryWriteOptions
impl UnwindSafe for GeometryWriteOptions
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