pub struct Style(/* private fields */);Expand description
C++ enum: QTextListFormat::Style.
Implementations§
Source§impl Style
impl Style
Sourcepub const ListCircle: Style
pub const ListCircle: Style
C++ enum variant: ListCircle = -2
Sourcepub const ListSquare: Style
pub const ListSquare: Style
C++ enum variant: ListSquare = -3
Sourcepub const ListDecimal: Style
pub const ListDecimal: Style
C++ enum variant: ListDecimal = -4
Sourcepub const ListLowerAlpha: Style
pub const ListLowerAlpha: Style
C++ enum variant: ListLowerAlpha = -5
Sourcepub const ListUpperAlpha: Style
pub const ListUpperAlpha: Style
C++ enum variant: ListUpperAlpha = -6
Sourcepub const ListLowerRoman: Style
pub const ListLowerRoman: Style
C++ enum variant: ListLowerRoman = -7
Sourcepub const ListUpperRoman: Style
pub const ListUpperRoman: Style
C++ enum variant: ListUpperRoman = -8
Sourcepub const ListStyleUndefined: Style
pub const ListStyleUndefined: Style
C++ enum variant: ListStyleUndefined = 0
Trait Implementations§
impl Copy for Style
impl Eq for Style
impl StructuralPartialEq for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnsafeUnpin for Style
impl UnwindSafe for Style
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more