pub struct TreeizeLayoutSignal {
pub layout_signal: bool,
pub layout_config: LayoutConfig,
}Expand description
Signal to layout the treeize.
Fields§
§layout_signal: boolSignal to layout the treeize.
layout_config: LayoutConfigConfiguration for the layout.
Auto Trait Implementations§
impl Freeze for TreeizeLayoutSignal
impl RefUnwindSafe for TreeizeLayoutSignal
impl Send for TreeizeLayoutSignal
impl Sync for TreeizeLayoutSignal
impl Unpin for TreeizeLayoutSignal
impl UnwindSafe for TreeizeLayoutSignal
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