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