Struct windows_sys::UI::Xaml::FlowDirection
[−]#[repr(transparent)]pub struct FlowDirection(pub i32);
Expand description
Required features: ‘UI_Xaml’
Tuple Fields
0: i32
Implementations
impl FlowDirection
impl FlowDirection
pub const LeftToRight: Self
pub const RightToLeft: Self
Trait Implementations
impl Clone for FlowDirection
impl Clone for FlowDirection
impl Copy for FlowDirection
Auto Trait Implementations
impl RefUnwindSafe for FlowDirection
impl Send for FlowDirection
impl Sync for FlowDirection
impl Unpin for FlowDirection
impl UnwindSafe for FlowDirection
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