#[repr(C)]pub struct OGRCodedValue {
pub pszCode: *mut c_char,
pub pszValue: *mut c_char,
}Fields§
§pszCode: *mut c_char§pszValue: *mut c_charTrait Implementations§
Source§impl Clone for OGRCodedValue
impl Clone for OGRCodedValue
Source§fn clone(&self) -> OGRCodedValue
fn clone(&self) -> OGRCodedValue
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 OGRCodedValue
impl Debug for OGRCodedValue
impl Copy for OGRCodedValue
Auto Trait Implementations§
impl Freeze for OGRCodedValue
impl RefUnwindSafe for OGRCodedValue
impl !Send for OGRCodedValue
impl !Sync for OGRCodedValue
impl Unpin for OGRCodedValue
impl UnwindSafe for OGRCodedValue
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