#[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 Freeze for TimeZoneAbbrevTable
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