#[repr(C)]pub struct Clay_Border {
pub width: u32,
pub color: Clay_Color,
}Fields§
§width: u32§color: Clay_ColorTrait Implementations§
Source§impl Clone for Clay_Border
impl Clone for Clay_Border
Source§fn clone(&self) -> Clay_Border
fn clone(&self) -> Clay_Border
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_Border
impl Debug for Clay_Border
Source§impl From<Border> for Clay_Border
impl From<Border> for Clay_Border
Source§impl From<Clay_Border> for Border
impl From<Clay_Border> for Border
Source§fn from(value: Clay_Border) -> Self
fn from(value: Clay_Border) -> Self
Converts to this type from the input type.
impl Copy for Clay_Border
Auto Trait Implementations§
impl Freeze for Clay_Border
impl RefUnwindSafe for Clay_Border
impl Send for Clay_Border
impl Sync for Clay_Border
impl Unpin for Clay_Border
impl UnwindSafe for Clay_Border
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