Struct windows_sys::UI::Text::FormatEffect
[−]#[repr(transparent)]pub struct FormatEffect(pub i32);Expand description
Required features: ‘UI_Text’
Tuple Fields
0: i32Implementations
impl FormatEffect
impl FormatEffect
Trait Implementations
impl Clone for FormatEffect
impl Clone for FormatEffect
impl Copy for FormatEffect
Auto Trait Implementations
impl RefUnwindSafe for FormatEffect
impl Send for FormatEffect
impl Sync for FormatEffect
impl Unpin for FormatEffect
impl UnwindSafe for FormatEffect
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