Struct gdal_sys::GDALTranslateOptionsForBinary
source · [−]#[repr(C)]pub struct GDALTranslateOptionsForBinary { /* private fields */ }Trait Implementations
sourceimpl Clone for GDALTranslateOptionsForBinary
impl Clone for GDALTranslateOptionsForBinary
sourcefn clone(&self) -> GDALTranslateOptionsForBinary
fn clone(&self) -> GDALTranslateOptionsForBinary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GDALTranslateOptionsForBinary
impl Debug for GDALTranslateOptionsForBinary
impl Copy for GDALTranslateOptionsForBinary
Auto Trait Implementations
impl RefUnwindSafe for GDALTranslateOptionsForBinary
impl Send for GDALTranslateOptionsForBinary
impl Sync for GDALTranslateOptionsForBinary
impl Unpin for GDALTranslateOptionsForBinary
impl UnwindSafe for GDALTranslateOptionsForBinary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more