#[repr(C)]pub struct Clay_BorderElementConfig {
pub color: Clay_Color,
pub width: Clay_BorderWidth,
}Fields§
§color: Clay_Color§width: Clay_BorderWidthTrait 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 duplicate 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
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