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