Struct gegl_sys::GeglAudioFragment
source · #[repr(C)]pub struct GeglAudioFragment {
pub parent_instance: GObject,
pub data: [*mut c_float; 8],
pub priv_: *mut GeglAudioFragmentPrivate,
}
Fields§
§parent_instance: GObject
§data: [*mut c_float; 8]
§priv_: *mut GeglAudioFragmentPrivate
Trait Implementations§
source§impl Clone for GeglAudioFragment
impl Clone for GeglAudioFragment
source§fn clone(&self) -> GeglAudioFragment
fn clone(&self) -> GeglAudioFragment
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 GeglAudioFragment
impl Debug for GeglAudioFragment
impl Copy for GeglAudioFragment
Auto Trait Implementations§
impl RefUnwindSafe for GeglAudioFragment
impl !Send for GeglAudioFragment
impl !Sync for GeglAudioFragment
impl Unpin for GeglAudioFragment
impl UnwindSafe for GeglAudioFragment
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