pub struct SecondStack {
pub flip: Flip,
pub rotate: Rotation,
pub split: Split,
}Expand description
Configurations concerning the second_stack column
Fields§
§flip: FlipFlip modifier to apply only to the second_stack columns’ contents
rotate: RotationRotation modifier to apply only to the second_stack columns’ contents
split: SplitHow tiles (windows) inside the second_stack column should be split up,
when there is more than one.
Trait Implementations§
Source§impl Clone for SecondStack
impl Clone for SecondStack
Source§fn clone(&self) -> SecondStack
fn clone(&self) -> SecondStack
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 SecondStack
impl Debug for SecondStack
Source§impl Default for SecondStack
impl Default for SecondStack
Source§impl<'de> Deserialize<'de> for SecondStackwhere
SecondStack: Default,
impl<'de> Deserialize<'de> for SecondStackwhere
SecondStack: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SecondStack
impl PartialEq for SecondStack
Source§impl Serialize for SecondStack
impl Serialize for SecondStack
impl StructuralPartialEq for SecondStack
Auto Trait Implementations§
impl Freeze for SecondStack
impl RefUnwindSafe for SecondStack
impl Send for SecondStack
impl Sync for SecondStack
impl Unpin for SecondStack
impl UnwindSafe for SecondStack
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