Struct windows_sys::Win32::UI::ColorSystem::BlackInformation
#[repr(C)]pub struct BlackInformation {
pub fBlackOnly: BOOL,
pub blackWeight: f32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§fBlackOnly: BOOL§blackWeight: f32Trait 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§
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