pub struct ChildLayoutSpec {
pub bounds: Rect,
pub kind: ChildLayoutKind,
}Fields§
§bounds: Rect§kind: ChildLayoutKindTrait Implementations§
Source§impl Clone for ChildLayoutSpec
impl Clone for ChildLayoutSpec
Source§fn clone(&self) -> ChildLayoutSpec
fn clone(&self) -> ChildLayoutSpec
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 ChildLayoutSpec
impl Debug for ChildLayoutSpec
Source§impl PartialEq for ChildLayoutSpec
impl PartialEq for ChildLayoutSpec
impl Copy for ChildLayoutSpec
impl Eq for ChildLayoutSpec
impl StructuralPartialEq for ChildLayoutSpec
Auto Trait Implementations§
impl Freeze for ChildLayoutSpec
impl RefUnwindSafe for ChildLayoutSpec
impl Send for ChildLayoutSpec
impl Sync for ChildLayoutSpec
impl Unpin for ChildLayoutSpec
impl UnsafeUnpin for ChildLayoutSpec
impl UnwindSafe for ChildLayoutSpec
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