Struct CoreWindowFlowDirection
#[repr(transparent)]pub struct CoreWindowFlowDirection(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl CoreWindowFlowDirection
impl CoreWindowFlowDirection
pub const LeftToRight: Self = _
pub const RightToLeft: Self = _
Trait Implementations§
§impl Clone for CoreWindowFlowDirection
impl Clone for CoreWindowFlowDirection
§fn clone(&self) -> CoreWindowFlowDirection
fn clone(&self) -> CoreWindowFlowDirection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CoreWindowFlowDirection
impl Debug for CoreWindowFlowDirection
§impl Default for CoreWindowFlowDirection
impl Default for CoreWindowFlowDirection
§fn default() -> CoreWindowFlowDirection
fn default() -> CoreWindowFlowDirection
Returns the “default value” for a type. Read more
§impl PartialEq for CoreWindowFlowDirection
impl PartialEq for CoreWindowFlowDirection
impl Copy for CoreWindowFlowDirection
impl Eq for CoreWindowFlowDirection
impl StructuralPartialEq for CoreWindowFlowDirection
Auto Trait Implementations§
impl Freeze for CoreWindowFlowDirection
impl RefUnwindSafe for CoreWindowFlowDirection
impl Send for CoreWindowFlowDirection
impl Sync for CoreWindowFlowDirection
impl Unpin for CoreWindowFlowDirection
impl UnwindSafe for CoreWindowFlowDirection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more