Struct windows_sys::Win32::UI::ColorSystem::JabColorF
#[repr(C)]pub struct JabColorF {
pub J: f32,
pub a: f32,
pub b: f32,
}
Fields§
§J: f32
§a: f32
§b: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JabColorF
impl Send for JabColorF
impl Sync for JabColorF
impl Unpin for JabColorF
impl UnwindSafe for JabColorF
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