#[repr(C)]pub struct DynamicZoneAbbrev {
pub tz: *mut pg_tz,
pub zone: __IncompleteArrayField<c_char>,
}
Fields§
§tz: *mut pg_tz
§zone: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for DynamicZoneAbbrev
impl Debug for DynamicZoneAbbrev
Auto Trait Implementations§
impl Freeze for DynamicZoneAbbrev
impl RefUnwindSafe for DynamicZoneAbbrev
impl !Send for DynamicZoneAbbrev
impl !Sync for DynamicZoneAbbrev
impl Unpin for DynamicZoneAbbrev
impl UnwindSafe for DynamicZoneAbbrev
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