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