Struct windows_sys::Win32::Graphics::GdiPlus::BrightnessContrast
#[repr(C)]pub struct BrightnessContrast {
pub Base: Effect,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Base: Effect
Trait Implementations§
§impl Clone for BrightnessContrast
impl Clone for BrightnessContrast
impl Copy for BrightnessContrast
Auto Trait Implementations§
impl RefUnwindSafe for BrightnessContrast
impl !Send for BrightnessContrast
impl !Sync for BrightnessContrast
impl Unpin for BrightnessContrast
impl UnwindSafe for BrightnessContrast
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