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