pub struct ChildAlignmentConfig {
pub x: AlignX,
pub y: AlignY,
}Fields§
§x: AlignX§y: AlignYTrait Implementations§
Source§impl Clone for ChildAlignmentConfig
impl Clone for ChildAlignmentConfig
Source§fn clone(&self) -> ChildAlignmentConfig
fn clone(&self) -> ChildAlignmentConfig
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 ChildAlignmentConfig
impl Debug for ChildAlignmentConfig
Source§impl Default for ChildAlignmentConfig
impl Default for ChildAlignmentConfig
Source§fn default() -> ChildAlignmentConfig
fn default() -> ChildAlignmentConfig
Returns the “default value” for a type. Read more
impl Copy for ChildAlignmentConfig
Auto Trait Implementations§
impl Freeze for ChildAlignmentConfig
impl RefUnwindSafe for ChildAlignmentConfig
impl Send for ChildAlignmentConfig
impl Sync for ChildAlignmentConfig
impl Unpin for ChildAlignmentConfig
impl UnsafeUnpin for ChildAlignmentConfig
impl UnwindSafe for ChildAlignmentConfig
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