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
pub const Clockwise: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more