#[repr(C)]pub struct Clay_ChildAlignment {
pub x: Clay_LayoutAlignmentX,
pub y: Clay_LayoutAlignmentY,
}Fields§
§x: Clay_LayoutAlignmentX§y: Clay_LayoutAlignmentYTrait Implementations§
Source§impl Clone for Clay_ChildAlignment
impl Clone for Clay_ChildAlignment
Source§fn clone(&self) -> Clay_ChildAlignment
fn clone(&self) -> Clay_ChildAlignment
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_ChildAlignment
impl Debug for Clay_ChildAlignment
Source§impl From<Alignment> for Clay_ChildAlignment
impl From<Alignment> for Clay_ChildAlignment
Source§impl From<Clay_ChildAlignment> for Alignment
impl From<Clay_ChildAlignment> for Alignment
Source§fn from(value: Clay_ChildAlignment) -> Self
fn from(value: Clay_ChildAlignment) -> Self
Converts to this type from the input type.
impl Copy for Clay_ChildAlignment
Auto Trait Implementations§
impl Freeze for Clay_ChildAlignment
impl RefUnwindSafe for Clay_ChildAlignment
impl Send for Clay_ChildAlignment
impl Sync for Clay_ChildAlignment
impl Unpin for Clay_ChildAlignment
impl UnwindSafe for Clay_ChildAlignment
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