pub struct ShapeLayout { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ShapeLayout
impl Clone for ShapeLayout
Source§fn clone(&self) -> ShapeLayout
fn clone(&self) -> ShapeLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShapeLayout
Source§impl Debug for ShapeLayout
impl Debug for ShapeLayout
impl Eq for ShapeLayout
Source§impl PartialEq for ShapeLayout
impl PartialEq for ShapeLayout
Source§fn eq(&self, other: &ShapeLayout) -> bool
fn eq(&self, other: &ShapeLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShapeLayout
Auto Trait Implementations§
impl Freeze for ShapeLayout
impl RefUnwindSafe for ShapeLayout
impl Send for ShapeLayout
impl Sync for ShapeLayout
impl Unpin for ShapeLayout
impl UnsafeUnpin for ShapeLayout
impl UnwindSafe for ShapeLayout
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