pub struct PerformanceHint(/* private fields */);Expand description
C++ enum: QStaticText::PerformanceHint.
Implementations§
Source§impl PerformanceHint
impl PerformanceHint
Sourcepub const ModerateCaching: PerformanceHint
pub const ModerateCaching: PerformanceHint
C++ enum variant: ModerateCaching = 0
Sourcepub const AggressiveCaching: PerformanceHint
pub const AggressiveCaching: PerformanceHint
C++ enum variant: AggressiveCaching = 1
Trait Implementations§
Source§impl Clone for PerformanceHint
impl Clone for PerformanceHint
Source§fn clone(&self) -> PerformanceHint
fn clone(&self) -> PerformanceHint
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 Debug for PerformanceHint
impl Debug for PerformanceHint
Source§impl From<PerformanceHint> for c_int
impl From<PerformanceHint> for c_int
Source§fn from(value: PerformanceHint) -> Self
fn from(value: PerformanceHint) -> Self
Converts to this type from the input type.
Source§impl From<i32> for PerformanceHint
impl From<i32> for PerformanceHint
Source§impl PartialEq for PerformanceHint
impl PartialEq for PerformanceHint
Source§fn eq(&self, other: &PerformanceHint) -> bool
fn eq(&self, other: &PerformanceHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PerformanceHint
impl Eq for PerformanceHint
impl StructuralPartialEq for PerformanceHint
Auto Trait Implementations§
impl Freeze for PerformanceHint
impl RefUnwindSafe for PerformanceHint
impl Send for PerformanceHint
impl Sync for PerformanceHint
impl Unpin for PerformanceHint
impl UnsafeUnpin for PerformanceHint
impl UnwindSafe for PerformanceHint
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