#[repr(C)]pub struct Clay_RectangleElementConfig {
pub color: Clay_Color,
pub cornerRadius: Clay_CornerRadius,
}Fields§
§color: Clay_Color§cornerRadius: Clay_CornerRadiusTrait Implementations§
Source§impl Clone for Clay_RectangleElementConfig
impl Clone for Clay_RectangleElementConfig
Source§fn clone(&self) -> Clay_RectangleElementConfig
fn clone(&self) -> Clay_RectangleElementConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Clay_RectangleElementConfig
impl Debug for Clay_RectangleElementConfig
Source§impl From<Clay_RectangleElementConfig> for Rectangle
impl From<Clay_RectangleElementConfig> for Rectangle
Source§fn from(value: Clay_RectangleElementConfig) -> Self
fn from(value: Clay_RectangleElementConfig) -> Self
Converts to this type from the input type.
Source§impl From<Rectangle> for Clay_RectangleElementConfig
impl From<Rectangle> for Clay_RectangleElementConfig
impl Copy for Clay_RectangleElementConfig
Auto Trait Implementations§
impl Freeze for Clay_RectangleElementConfig
impl RefUnwindSafe for Clay_RectangleElementConfig
impl Send for Clay_RectangleElementConfig
impl Sync for Clay_RectangleElementConfig
impl Unpin for Clay_RectangleElementConfig
impl UnwindSafe for Clay_RectangleElementConfig
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