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
pub const SRgbLinearInterpolation: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more