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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more