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
pub const Undefined: Self = Self(0i32)
pub const None: Self = Self(1i32)
pub const Normal: Self = Self(2i32)
pub const Heading1: Self = Self(3i32)
pub const Heading2: Self = Self(4i32)
pub const Heading3: Self = Self(5i32)
pub const Heading4: Self = Self(6i32)
pub const Heading5: Self = Self(7i32)
pub const Heading6: Self = Self(8i32)
pub const Heading7: Self = Self(9i32)
pub const Heading8: Self = Self(10i32)
pub const Heading9: Self = Self(11i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more