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