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