Struct windows_sys::Win32::UI::ColorSystem::BlackInformation
[−]Expand description
Required features: "Win32_UI_ColorSystem"
, "Win32_Foundation"
Fields
fBlackOnly: BOOL
blackWeight: f32
Trait Implementations
impl Clone for BlackInformation
impl Clone for BlackInformation
impl Copy for BlackInformation
Auto Trait Implementations
impl RefUnwindSafe for BlackInformation
impl Send for BlackInformation
impl Sync for BlackInformation
impl Unpin for BlackInformation
impl UnwindSafe for BlackInformation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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