#[repr(C)]pub struct GWeatherInfoClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for GWeatherInfoClass
impl Clone for GWeatherInfoClass
Source§fn clone(&self) -> GWeatherInfoClass
fn clone(&self) -> GWeatherInfoClass
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 GWeatherInfoClass
impl Debug for GWeatherInfoClass
impl Copy for GWeatherInfoClass
Auto Trait Implementations§
impl Freeze for GWeatherInfoClass
impl RefUnwindSafe for GWeatherInfoClass
impl !Send for GWeatherInfoClass
impl !Sync for GWeatherInfoClass
impl Unpin for GWeatherInfoClass
impl UnwindSafe for GWeatherInfoClass
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