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