Struct windows_sys::UI::Xaml::Automation::RowOrColumnMajor
[−]#[repr(transparent)]pub struct RowOrColumnMajor(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl RowOrColumnMajor
impl RowOrColumnMajor
pub const RowMajor: Self = Self(0i32)
pub const ColumnMajor: Self = Self(1i32)
pub const Indeterminate: Self = Self(2i32)
Trait Implementations
impl Clone for RowOrColumnMajor
impl Clone for RowOrColumnMajor
impl Copy for RowOrColumnMajor
Auto Trait Implementations
impl RefUnwindSafe for RowOrColumnMajor
impl Send for RowOrColumnMajor
impl Sync for RowOrColumnMajor
impl Unpin for RowOrColumnMajor
impl UnwindSafe for RowOrColumnMajor
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