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