pub struct OGRwkbExportOptions { /* private fields */ }Trait Implementations§
Source§impl Clone for OGRwkbExportOptions
impl Clone for OGRwkbExportOptions
Source§fn clone(&self) -> OGRwkbExportOptions
fn clone(&self) -> OGRwkbExportOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 OGRwkbExportOptions
impl Debug for OGRwkbExportOptions
impl Copy for OGRwkbExportOptions
Auto Trait Implementations§
impl Freeze for OGRwkbExportOptions
impl RefUnwindSafe for OGRwkbExportOptions
impl Send for OGRwkbExportOptions
impl Sync for OGRwkbExportOptions
impl Unpin for OGRwkbExportOptions
impl UnwindSafe for OGRwkbExportOptions
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