pub struct RRectRadii {
pub top_right: UnitsValue,
pub top_left: UnitsValue,
pub bottom_left: UnitsValue,
pub bottom_right: UnitsValue,
}Expand description
TS KeyDescriptorItem.keyOriginRRectRadii.
Fields§
§top_right: UnitsValue§top_left: UnitsValue§bottom_left: UnitsValue§bottom_right: UnitsValueTrait Implementations§
Source§impl Clone for RRectRadii
impl Clone for RRectRadii
Source§fn clone(&self) -> RRectRadii
fn clone(&self) -> RRectRadii
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RRectRadii
Auto Trait Implementations§
impl Freeze for RRectRadii
impl RefUnwindSafe for RRectRadii
impl Send for RRectRadii
impl Sync for RRectRadii
impl Unpin for RRectRadii
impl UnsafeUnpin for RRectRadii
impl UnwindSafe for RRectRadii
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more