Struct windows_sys::UI::Xaml::Controls::RefreshVisualizerOrientation
[−]#[repr(transparent)]pub struct RefreshVisualizerOrientation(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl RefreshVisualizerOrientation
impl RefreshVisualizerOrientation
pub const Auto: Self = Self(0i32)
pub const Normal: Self = Self(1i32)
pub const Rotate90DegreesCounterclockwise: Self = Self(2i32)
pub const Rotate270DegreesCounterclockwise: Self = Self(3i32)
Trait Implementations
impl Clone for RefreshVisualizerOrientation
impl Clone for RefreshVisualizerOrientation
impl Copy for RefreshVisualizerOrientation
Auto Trait Implementations
impl RefUnwindSafe for RefreshVisualizerOrientation
impl Send for RefreshVisualizerOrientation
impl Sync for RefreshVisualizerOrientation
impl Unpin for RefreshVisualizerOrientation
impl UnwindSafe for RefreshVisualizerOrientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more