#[repr(C)]pub struct GDALRATDateTime {
pub nYear: c_int,
pub nMonth: c_int,
pub nDay: c_int,
pub nHour: c_int,
pub nMinute: c_int,
pub fSecond: f32,
pub nTimeZoneHour: c_int,
pub nTimeZoneMinute: c_int,
pub bPositiveTimeZone: bool,
pub bIsValid: bool,
}Fields§
§nYear: c_int§nMonth: c_int§nDay: c_int§nHour: c_int§nMinute: c_int§fSecond: f32§nTimeZoneHour: c_int§nTimeZoneMinute: c_int§bPositiveTimeZone: bool§bIsValid: boolTrait Implementations§
Source§impl Clone for GDALRATDateTime
impl Clone for GDALRATDateTime
Source§fn clone(&self) -> GDALRATDateTime
fn clone(&self) -> GDALRATDateTime
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 GDALRATDateTime
impl Debug for GDALRATDateTime
impl Copy for GDALRATDateTime
Auto Trait Implementations§
impl Freeze for GDALRATDateTime
impl RefUnwindSafe for GDALRATDateTime
impl Send for GDALRATDateTime
impl Sync for GDALRATDateTime
impl Unpin for GDALRATDateTime
impl UnwindSafe for GDALRATDateTime
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