pub struct ProgressRing { /* private fields */ }Implementations§
Source§impl ProgressRing
impl ProgressRing
pub fn new() -> Self
pub fn minimum(self, value: impl Into<Option<f64>>) -> Self
pub fn maximum(self, value: impl Into<Option<f64>>) -> Self
pub fn value(self, value: impl Into<Option<f64>>) -> Self
pub fn is_indeterminate(self, value: impl Into<Option<bool>>) -> Self
pub fn is_active(self, value: impl Into<Option<bool>>) -> Self
pub fn is_enabled(self, value: impl Into<Option<bool>>) -> Self
Trait Implementations§
Source§impl Clone for ProgressRing
impl Clone for ProgressRing
Source§fn clone(&self) -> ProgressRing
fn clone(&self) -> ProgressRing
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 ProgressRing
impl Debug for ProgressRing
Source§impl Default for ProgressRing
impl Default for ProgressRing
Source§fn default() -> ProgressRing
fn default() -> ProgressRing
Returns the “default value” for a type. Read more
Source§impl From<ProgressRing> for View
impl From<ProgressRing> for View
Source§fn from(value: ProgressRing) -> Self
fn from(value: ProgressRing) -> Self
Converts to this type from the input type.
Source§impl LayoutControl for ProgressRing
impl LayoutControl for ProgressRing
fn width(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn height(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn min_width(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn max_width(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn min_height(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn max_height(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn opacity(self, value: impl Into<Option<f64>>) -> Selfwhere
Self: Sized,
fn horizontal_alignment(
self,
value: impl Into<Option<HorizontalAlignment>>,
) -> Selfwhere
Self: Sized,
fn vertical_alignment(self, value: impl Into<Option<VerticalAlignment>>) -> Selfwhere
Self: Sized,
fn margin(self, value: impl Into<Thickness>) -> Selfwhere
Self: Sized,
fn margin_optional<T>(self, value: Option<T>) -> Self
fn exit_transition(self, transition: ExitTransition) -> Selfwhere
Self: Sized,
Source§impl PartialEq for ProgressRing
impl PartialEq for ProgressRing
impl StructuralPartialEq for ProgressRing
Auto Trait Implementations§
impl !Send for ProgressRing
impl !Sync for ProgressRing
impl Freeze for ProgressRing
impl RefUnwindSafe for ProgressRing
impl Unpin for ProgressRing
impl UnsafeUnpin for ProgressRing
impl UnwindSafe for ProgressRing
Blanket Implementations§
Source§impl<T> AutomationExt for Twhere
T: LayoutControl,
impl<T> AutomationExt for Twhere
T: LayoutControl,
fn automation_name(self, value: impl Into<String>) -> Self
fn automation_id(self, value: impl Into<String>) -> Self
fn automation_heading_level(self, value: AutomationHeadingLevel) -> Self
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