#[repr(C)]pub struct GSTimeZoneTag {
pub internalData: GSTimeZoneTag__bindgen_ty_1,
}Fields§
§internalData: GSTimeZoneTag__bindgen_ty_1Trait Implementations§
Source§impl Clone for GSTimeZoneTag
impl Clone for GSTimeZoneTag
Source§fn clone(&self) -> GSTimeZoneTag
fn clone(&self) -> GSTimeZoneTag
Returns a copy 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 GSTimeZoneTag
impl Debug for GSTimeZoneTag
impl Copy for GSTimeZoneTag
Auto Trait Implementations§
impl Freeze for GSTimeZoneTag
impl RefUnwindSafe for GSTimeZoneTag
impl Send for GSTimeZoneTag
impl Sync for GSTimeZoneTag
impl Unpin for GSTimeZoneTag
impl UnwindSafe for GSTimeZoneTag
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