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