Struct windows_sys::UI::Xaml::Media::ColorInterpolationMode
[−]#[repr(transparent)]pub struct ColorInterpolationMode(pub i32);
Expand description
Required features: "UI_Xaml_Media"
Tuple Fields
0: i32
Implementations
impl ColorInterpolationMode
impl ColorInterpolationMode
pub const ScRgbLinearInterpolation: Self = Self(0i32)
pub const SRgbLinearInterpolation: Self = Self(1i32)
Trait Implementations
impl Clone for ColorInterpolationMode
impl Clone for ColorInterpolationMode
impl Copy for ColorInterpolationMode
Auto Trait Implementations
impl RefUnwindSafe for ColorInterpolationMode
impl Send for ColorInterpolationMode
impl Sync for ColorInterpolationMode
impl Unpin for ColorInterpolationMode
impl UnwindSafe for ColorInterpolationMode
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