Struct windows_sys::UI::Xaml::Thickness
[−]Expand description
Required features: "UI_Xaml"
Fields
Left: f64
Top: f64
Right: f64
Bottom: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Thickness
impl Send for Thickness
impl Sync for Thickness
impl Unpin for Thickness
impl UnwindSafe for Thickness
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