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