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