Struct windows_sys::UI::Text::Core::CoreTextFormatUpdatingReason
[−]#[repr(transparent)]pub struct CoreTextFormatUpdatingReason(pub i32);
Expand description
Required features: "UI_Text_Core"
Tuple Fields
0: i32
Implementations
impl CoreTextFormatUpdatingReason
impl CoreTextFormatUpdatingReason
pub const None: Self = Self(0i32)
pub const CompositionUnconverted: Self = Self(1i32)
pub const CompositionConverted: Self = Self(2i32)
pub const CompositionTargetUnconverted: Self = Self(3i32)
pub const CompositionTargetConverted: Self = Self(4i32)
Trait Implementations
impl Clone for CoreTextFormatUpdatingReason
impl Clone for CoreTextFormatUpdatingReason
impl Copy for CoreTextFormatUpdatingReason
Auto Trait Implementations
impl RefUnwindSafe for CoreTextFormatUpdatingReason
impl Send for CoreTextFormatUpdatingReason
impl Sync for CoreTextFormatUpdatingReason
impl Unpin for CoreTextFormatUpdatingReason
impl UnwindSafe for CoreTextFormatUpdatingReason
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