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