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