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