Struct GamutShell
#[repr(C)]pub struct GamutShell {
pub JMin: f32,
pub JMax: f32,
pub cVertices: u32,
pub cTriangles: u32,
pub pVertices: *mut JabColorF,
pub pTriangles: *mut GamutShellTriangle,
}
Fields§
§JMin: f32
§JMax: f32
§cVertices: u32
§cTriangles: u32
§pVertices: *mut JabColorF
§pTriangles: *mut GamutShellTriangle
Trait Implementations§
§impl Clone for GamutShell
impl Clone for GamutShell
§fn clone(&self) -> GamutShell
fn clone(&self) -> GamutShell
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 more§impl Debug for GamutShell
impl Debug for GamutShell
§impl PartialEq for GamutShell
impl PartialEq for GamutShell
impl Copy for GamutShell
impl StructuralPartialEq for GamutShell
Auto Trait Implementations§
impl Freeze for GamutShell
impl RefUnwindSafe for GamutShell
impl !Send for GamutShell
impl !Sync for GamutShell
impl Unpin for GamutShell
impl UnwindSafe for GamutShell
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