Struct gegl_sys::GeglMatrix3
source · #[repr(C)]pub struct GeglMatrix3 {
pub coeff: [c_double; 9],
}
Fields§
§coeff: [c_double; 9]
Trait Implementations§
source§impl Clone for GeglMatrix3
impl Clone for GeglMatrix3
source§fn clone(&self) -> GeglMatrix3
fn clone(&self) -> GeglMatrix3
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 GeglMatrix3
impl Debug for GeglMatrix3
impl Copy for GeglMatrix3
Auto Trait Implementations§
impl RefUnwindSafe for GeglMatrix3
impl Send for GeglMatrix3
impl Sync for GeglMatrix3
impl Unpin for GeglMatrix3
impl UnwindSafe for GeglMatrix3
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