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