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