pub struct AnimationOption(/* private fields */);Expand description
C++ enum: QtCharts::QChart::AnimationOption.
Implementations§
Source§impl AnimationOption
impl AnimationOption
Sourcepub const NoAnimation: AnimationOption
pub const NoAnimation: AnimationOption
C++ enum variant: NoAnimation = 0
Sourcepub const GridAxisAnimations: AnimationOption
pub const GridAxisAnimations: AnimationOption
C++ enum variant: GridAxisAnimations = 1
Sourcepub const SeriesAnimations: AnimationOption
pub const SeriesAnimations: AnimationOption
C++ enum variant: SeriesAnimations = 2
Sourcepub const AllAnimations: AnimationOption
pub const AllAnimations: AnimationOption
C++ enum variant: AllAnimations = 3
Trait Implementations§
Source§impl<T: Into<QFlags<AnimationOption>>> BitOr<T> for AnimationOption
impl<T: Into<QFlags<AnimationOption>>> BitOr<T> for AnimationOption
Source§impl Clone for AnimationOption
impl Clone for AnimationOption
Source§fn clone(&self) -> AnimationOption
fn clone(&self) -> AnimationOption
Returns a duplicate of the value. Read more
1.0.0 · 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 AnimationOption
impl Debug for AnimationOption
Source§impl From<AnimationOption> for QFlags<AnimationOption>
impl From<AnimationOption> for QFlags<AnimationOption>
Source§fn from(value: AnimationOption) -> Self
fn from(value: AnimationOption) -> Self
Converts to this type from the input type.
Source§impl From<AnimationOption> for c_int
impl From<AnimationOption> for c_int
Source§fn from(value: AnimationOption) -> Self
fn from(value: AnimationOption) -> Self
Converts to this type from the input type.
Source§impl From<i32> for AnimationOption
impl From<i32> for AnimationOption
Source§impl PartialEq for AnimationOption
impl PartialEq for AnimationOption
impl Copy for AnimationOption
impl Eq for AnimationOption
impl StructuralPartialEq for AnimationOption
Auto Trait Implementations§
impl Freeze for AnimationOption
impl RefUnwindSafe for AnimationOption
impl Send for AnimationOption
impl Sync for AnimationOption
impl Unpin for AnimationOption
impl UnwindSafe for AnimationOption
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