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