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