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