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