Struct windows_sys::Win32::UI::ColorSystem::GamutShellTriangle
[−]Expand description
Required features: "Win32_UI_ColorSystem"
Fields
aVertexIndex: [u32; 3]
Trait Implementations
impl Clone for GamutShellTriangle
impl Clone for GamutShellTriangle
impl Copy for GamutShellTriangle
Auto Trait Implementations
impl RefUnwindSafe for GamutShellTriangle
impl Send for GamutShellTriangle
impl Sync for GamutShellTriangle
impl Unpin for GamutShellTriangle
impl UnwindSafe for GamutShellTriangle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more