pub struct MasterStackLayout {
pub tiles: Vec<Tile>,
}Fields§
§tiles: Vec<Tile>Trait Implementations§
Source§impl Clone for MasterStackLayout
impl Clone for MasterStackLayout
Source§fn clone(&self) -> MasterStackLayout
fn clone(&self) -> MasterStackLayout
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 MasterStackLayout
impl Debug for MasterStackLayout
Source§impl PartialEq for MasterStackLayout
impl PartialEq for MasterStackLayout
impl StructuralPartialEq for MasterStackLayout
Auto Trait Implementations§
impl Freeze for MasterStackLayout
impl RefUnwindSafe for MasterStackLayout
impl Send for MasterStackLayout
impl Sync for MasterStackLayout
impl Unpin for MasterStackLayout
impl UnsafeUnpin for MasterStackLayout
impl UnwindSafe for MasterStackLayout
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