#[repr(C)]pub struct _GTimeZone { /* private fields */ }
Trait Implementations§
Source§impl Clone for _GTimeZone
impl Clone for _GTimeZone
Source§fn clone(&self) -> _GTimeZone
fn clone(&self) -> _GTimeZone
Returns a duplicate 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 _GTimeZone
impl Debug for _GTimeZone
impl Copy for _GTimeZone
Auto Trait Implementations§
impl Freeze for _GTimeZone
impl RefUnwindSafe for _GTimeZone
impl Send for _GTimeZone
impl Sync for _GTimeZone
impl Unpin for _GTimeZone
impl UnwindSafe for _GTimeZone
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