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