Struct gegl_sys::_GeglAudioFragmentPrivate
source · #[repr(C)]pub struct _GeglAudioFragmentPrivate { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for _GeglAudioFragmentPrivate
impl !Send for _GeglAudioFragmentPrivate
impl !Sync for _GeglAudioFragmentPrivate
impl !Unpin for _GeglAudioFragmentPrivate
impl UnwindSafe for _GeglAudioFragmentPrivate
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