Struct windows_sys::UI::Xaml::Documents::LogicalDirection
[−]#[repr(transparent)]pub struct LogicalDirection(pub i32);
Expand description
Required features: "UI_Xaml_Documents"
Tuple Fields
0: i32
Implementations
impl LogicalDirection
impl LogicalDirection
Trait Implementations
impl Clone for LogicalDirection
impl Clone for LogicalDirection
impl Copy for LogicalDirection
Auto Trait Implementations
impl RefUnwindSafe for LogicalDirection
impl Send for LogicalDirection
impl Sync for LogicalDirection
impl Unpin for LogicalDirection
impl UnwindSafe for LogicalDirection
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