#[repr(C)]pub struct GoaCalendarProxy {
pub parent_instance: GDBusProxy,
pub priv_: *mut GoaCalendarProxyPrivate,
}Fields§
§parent_instance: GDBusProxy§priv_: *mut GoaCalendarProxyPrivateTrait Implementations§
Source§impl Clone for GoaCalendarProxy
impl Clone for GoaCalendarProxy
Source§fn clone(&self) -> GoaCalendarProxy
fn clone(&self) -> GoaCalendarProxy
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 GoaCalendarProxy
impl Debug for GoaCalendarProxy
impl Copy for GoaCalendarProxy
Auto Trait Implementations§
impl Freeze for GoaCalendarProxy
impl RefUnwindSafe for GoaCalendarProxy
impl !Send for GoaCalendarProxy
impl !Sync for GoaCalendarProxy
impl Unpin for GoaCalendarProxy
impl UnwindSafe for GoaCalendarProxy
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