Struct pgrx_pg_sys::TimeZoneAbbrevTable
source · #[repr(C)]pub struct TimeZoneAbbrevTable {
pub tblsize: Size,
pub numabbrevs: c_int,
pub abbrevs: __IncompleteArrayField<datetkn>,
}
Fields§
§tblsize: Size
§numabbrevs: c_int
§abbrevs: __IncompleteArrayField<datetkn>
Trait Implementations§
source§impl Debug for TimeZoneAbbrevTable
impl Debug for TimeZoneAbbrevTable
source§impl Default for TimeZoneAbbrevTable
impl Default for TimeZoneAbbrevTable
source§fn default() -> TimeZoneAbbrevTable
fn default() -> TimeZoneAbbrevTable
Returns the “default value” for a type. Read more