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