pub struct FontPropertiesInheritanceBehavior(/* private fields */);Expand description
C++ enum: QTextCharFormat::FontPropertiesInheritanceBehavior.
Implementations§
Source§impl FontPropertiesInheritanceBehavior
impl FontPropertiesInheritanceBehavior
Sourcepub const FontPropertiesSpecifiedOnly: FontPropertiesInheritanceBehavior
pub const FontPropertiesSpecifiedOnly: FontPropertiesInheritanceBehavior
C++ enum variant: FontPropertiesSpecifiedOnly = 0
Sourcepub const FontPropertiesAll: FontPropertiesInheritanceBehavior
pub const FontPropertiesAll: FontPropertiesInheritanceBehavior
C++ enum variant: FontPropertiesAll = 1
Trait Implementations§
Source§impl Clone for FontPropertiesInheritanceBehavior
impl Clone for FontPropertiesInheritanceBehavior
Source§fn clone(&self) -> FontPropertiesInheritanceBehavior
fn clone(&self) -> FontPropertiesInheritanceBehavior
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<FontPropertiesInheritanceBehavior> for c_int
impl From<FontPropertiesInheritanceBehavior> for c_int
Source§fn from(value: FontPropertiesInheritanceBehavior) -> Self
fn from(value: FontPropertiesInheritanceBehavior) -> Self
Converts to this type from the input type.
Source§impl From<i32> for FontPropertiesInheritanceBehavior
impl From<i32> for FontPropertiesInheritanceBehavior
Source§impl PartialEq for FontPropertiesInheritanceBehavior
impl PartialEq for FontPropertiesInheritanceBehavior
Source§fn eq(&self, other: &FontPropertiesInheritanceBehavior) -> bool
fn eq(&self, other: &FontPropertiesInheritanceBehavior) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FontPropertiesInheritanceBehavior
impl Eq for FontPropertiesInheritanceBehavior
impl StructuralPartialEq for FontPropertiesInheritanceBehavior
Auto Trait Implementations§
impl Freeze for FontPropertiesInheritanceBehavior
impl RefUnwindSafe for FontPropertiesInheritanceBehavior
impl Send for FontPropertiesInheritanceBehavior
impl Sync for FontPropertiesInheritanceBehavior
impl Unpin for FontPropertiesInheritanceBehavior
impl UnsafeUnpin for FontPropertiesInheritanceBehavior
impl UnwindSafe for FontPropertiesInheritanceBehavior
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