Struct windows_sys::UI::Xaml::GridLength
[−]#[repr(C)]pub struct GridLength {
pub Value: f64,
pub GridUnitType: GridUnitType,
}
Expand description
Required features: ‘UI_Xaml’
Fields
Value: f64
GridUnitType: GridUnitType
Trait Implementations
impl Clone for GridLength
impl Clone for GridLength
impl Copy for GridLength
Auto Trait Implementations
impl RefUnwindSafe for GridLength
impl Send for GridLength
impl Sync for GridLength
impl Unpin for GridLength
impl UnwindSafe for GridLength
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