pub struct LayoutState {
pub all_windows: Option<AllWindows>,
pub biased_map: HashMap<String, Value>,
pub class: Option<String>,
pub main_bias: Vec<f32>,
pub opts: Option<LayoutOpts>,
}Fields§
§all_windows: Option<AllWindows>§biased_map: HashMap<String, Value>§class: Option<String>§main_bias: Vec<f32>§opts: Option<LayoutOpts>Trait Implementations§
Source§impl Debug for LayoutState
impl Debug for LayoutState
Source§impl<'de> Deserialize<'de> for LayoutState
impl<'de> Deserialize<'de> for LayoutState
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
Auto Trait Implementations§
impl Freeze for LayoutState
impl RefUnwindSafe for LayoutState
impl Send for LayoutState
impl Sync for LayoutState
impl Unpin for LayoutState
impl UnwindSafe for LayoutState
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