Struct gdal_sys::OGRField__bindgen_ty_6 [] [src]

#[repr(C)]
pub struct OGRField__bindgen_ty_6 { pub Year: GInt16, pub Month: GByte, pub Day: GByte, pub Hour: GByte, pub Minute: GByte, pub Second: GByte, pub TZFlag: GByte, }

Fields

Trait Implementations

impl Debug for OGRField__bindgen_ty_6
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for OGRField__bindgen_ty_6
[src]

impl Clone for OGRField__bindgen_ty_6
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations