Struct gegl_sys::GeglAudioFragmentClass
source · #[repr(C)]pub struct GeglAudioFragmentClass {
pub parent_class: GObjectClass,
}
Fields§
§parent_class: GObjectClass
Trait Implementations§
source§impl Clone for GeglAudioFragmentClass
impl Clone for GeglAudioFragmentClass
source§fn clone(&self) -> GeglAudioFragmentClass
fn clone(&self) -> GeglAudioFragmentClass
Returns a copy 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 GeglAudioFragmentClass
impl Debug for GeglAudioFragmentClass
impl Copy for GeglAudioFragmentClass
Auto Trait Implementations§
impl RefUnwindSafe for GeglAudioFragmentClass
impl !Send for GeglAudioFragmentClass
impl !Sync for GeglAudioFragmentClass
impl Unpin for GeglAudioFragmentClass
impl UnwindSafe for GeglAudioFragmentClass
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