#[repr(C)]pub struct Clay_BorderWidth {
pub left: u16,
pub right: u16,
pub top: u16,
pub bottom: u16,
pub betweenChildren: u16,
}Fields§
§left: u16§right: u16§top: u16§bottom: u16§betweenChildren: u16Trait Implementations§
Source§impl Clone for Clay_BorderWidth
impl Clone for Clay_BorderWidth
Source§fn clone(&self) -> Clay_BorderWidth
fn clone(&self) -> Clay_BorderWidth
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_BorderWidth
impl Debug for Clay_BorderWidth
impl Copy for Clay_BorderWidth
Auto Trait Implementations§
impl Freeze for Clay_BorderWidth
impl RefUnwindSafe for Clay_BorderWidth
impl Send for Clay_BorderWidth
impl Sync for Clay_BorderWidth
impl Unpin for Clay_BorderWidth
impl UnwindSafe for Clay_BorderWidth
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