Struct windows_sys::UI::Xaml::Media::SweepDirection
[−]#[repr(transparent)]pub struct SweepDirection(pub i32);
Expand description
Required features: "UI_Xaml_Media"
Tuple Fields
0: i32
Implementations
impl SweepDirection
impl SweepDirection
pub const Counterclockwise: Self = Self(0i32)
pub const Clockwise: Self = Self(1i32)
Trait Implementations
impl Clone for SweepDirection
impl Clone for SweepDirection
impl Copy for SweepDirection
Auto Trait Implementations
impl RefUnwindSafe for SweepDirection
impl Send for SweepDirection
impl Sync for SweepDirection
impl Unpin for SweepDirection
impl UnwindSafe for SweepDirection
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