Struct windows_sys::Win32::UI::ColorSystem::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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)