Struct gdal_sys::OGRFieldDomainHS
source · [−]#[repr(C)]pub struct OGRFieldDomainHS { /* private fields */ }Trait Implementations
sourceimpl Clone for OGRFieldDomainHS
impl Clone for OGRFieldDomainHS
sourcefn clone(&self) -> OGRFieldDomainHS
fn clone(&self) -> OGRFieldDomainHS
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 OGRFieldDomainHS
impl Debug for OGRFieldDomainHS
impl Copy for OGRFieldDomainHS
Auto Trait Implementations
impl RefUnwindSafe for OGRFieldDomainHS
impl Send for OGRFieldDomainHS
impl Sync for OGRFieldDomainHS
impl Unpin for OGRFieldDomainHS
impl UnwindSafe for OGRFieldDomainHS
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