Struct windows_sys::Win32::UI::Magnification::MAGCOLOREFFECT
[−]Expand description
Required features: "Win32_UI_Magnification"
Fields
transform: [f32; 25]
Trait Implementations
impl Clone for MAGCOLOREFFECT
impl Clone for MAGCOLOREFFECT
impl Copy for MAGCOLOREFFECT
Auto Trait Implementations
impl RefUnwindSafe for MAGCOLOREFFECT
impl Send for MAGCOLOREFFECT
impl Sync for MAGCOLOREFFECT
impl Unpin for MAGCOLOREFFECT
impl UnwindSafe for MAGCOLOREFFECT
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