Struct windows_sys::UI::Xaml::Controls::RefreshPullDirection
[−]#[repr(transparent)]pub struct RefreshPullDirection(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl RefreshPullDirection
impl RefreshPullDirection
pub const LeftToRight: Self = Self(0i32)
pub const TopToBottom: Self = Self(1i32)
pub const RightToLeft: Self = Self(2i32)
pub const BottomToTop: Self = Self(3i32)
Trait Implementations
impl Clone for RefreshPullDirection
impl Clone for RefreshPullDirection
impl Copy for RefreshPullDirection
Auto Trait Implementations
impl RefUnwindSafe for RefreshPullDirection
impl Send for RefreshPullDirection
impl Sync for RefreshPullDirection
impl Unpin for RefreshPullDirection
impl UnwindSafe for RefreshPullDirection
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