pub struct GDALFootprintOptionsForBinary { /* private fields */ }Trait Implementations§
Source§impl Clone for GDALFootprintOptionsForBinary
impl Clone for GDALFootprintOptionsForBinary
Source§fn clone(&self) -> GDALFootprintOptionsForBinary
fn clone(&self) -> GDALFootprintOptionsForBinary
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 moreimpl Copy for GDALFootprintOptionsForBinary
Auto Trait Implementations§
impl Freeze for GDALFootprintOptionsForBinary
impl RefUnwindSafe for GDALFootprintOptionsForBinary
impl Send for GDALFootprintOptionsForBinary
impl Sync for GDALFootprintOptionsForBinary
impl Unpin for GDALFootprintOptionsForBinary
impl UnwindSafe for GDALFootprintOptionsForBinary
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