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