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
Auto Trait Implementations§
impl RefUnwindSafe for TimeZoneAbbrevTable
impl Send for TimeZoneAbbrevTable
impl Sync for TimeZoneAbbrevTable
impl Unpin for TimeZoneAbbrevTable
impl UnwindSafe for TimeZoneAbbrevTable
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