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 · 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 ShapeLayout
impl Debug for ShapeLayout
Source§impl PartialEq for ShapeLayout
impl PartialEq for ShapeLayout
impl Copy for ShapeLayout
impl Eq for ShapeLayout
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