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