#[repr(C)]pub struct Clay_BorderElementConfig {
pub left: Clay_Border,
pub right: Clay_Border,
pub top: Clay_Border,
pub bottom: Clay_Border,
pub betweenChildren: Clay_Border,
pub cornerRadius: Clay_CornerRadius,
}Fields§
§left: Clay_Border§right: Clay_Border§top: Clay_Border§bottom: Clay_Border§betweenChildren: Clay_Border§cornerRadius: Clay_CornerRadiusTrait Implementations§
Source§impl Clone for Clay_BorderElementConfig
impl Clone for Clay_BorderElementConfig
Source§fn clone(&self) -> Clay_BorderElementConfig
fn clone(&self) -> Clay_BorderElementConfig
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_BorderElementConfig
impl Debug for Clay_BorderElementConfig
Source§impl From<BorderContainer> for Clay_BorderElementConfig
impl From<BorderContainer> for Clay_BorderElementConfig
Source§fn from(value: BorderContainer) -> Self
fn from(value: BorderContainer) -> Self
Converts to this type from the input type.
Source§impl From<Clay_BorderElementConfig> for BorderContainer
impl From<Clay_BorderElementConfig> for BorderContainer
Source§fn from(value: Clay_BorderElementConfig) -> Self
fn from(value: Clay_BorderElementConfig) -> Self
Converts to this type from the input type.
impl Copy for Clay_BorderElementConfig
Auto Trait Implementations§
impl Freeze for Clay_BorderElementConfig
impl RefUnwindSafe for Clay_BorderElementConfig
impl Send for Clay_BorderElementConfig
impl Sync for Clay_BorderElementConfig
impl Unpin for Clay_BorderElementConfig
impl UnwindSafe for Clay_BorderElementConfig
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