Struct windows_sys::UI::Xaml::Controls::RefreshVisualizerState
[−]#[repr(transparent)]pub struct RefreshVisualizerState(pub i32);
Expand description
Required features: ‘UI_Xaml_Controls’
Tuple Fields
0: i32
Implementations
impl RefreshVisualizerState
impl RefreshVisualizerState
pub const Idle: Self
pub const Peeking: Self
pub const Interacting: Self
pub const Pending: Self
pub const Refreshing: Self
Trait Implementations
impl Clone for RefreshVisualizerState
impl Clone for RefreshVisualizerState
impl Copy for RefreshVisualizerState
Auto Trait Implementations
impl RefUnwindSafe for RefreshVisualizerState
impl Send for RefreshVisualizerState
impl Sync for RefreshVisualizerState
impl Unpin for RefreshVisualizerState
impl UnwindSafe for RefreshVisualizerState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more