pub struct EuvVconsolePanelProps {
pub panel_open: Signal<bool>,
}Expand description
Props for the euv_vconsole_panel component.
Defines the strongly-typed interface for the vConsole debug panel.
Fields§
§panel_open: Signal<bool>The reactive signal controlling panel visibility.
Trait Implementations§
Source§impl Clone for EuvVconsolePanelProps
impl Clone for EuvVconsolePanelProps
Source§impl Debug for EuvVconsolePanelProps
impl Debug for EuvVconsolePanelProps
Auto Trait Implementations§
impl Freeze for EuvVconsolePanelProps
impl RefUnwindSafe for EuvVconsolePanelProps
impl Send for EuvVconsolePanelProps
impl Sync for EuvVconsolePanelProps
impl Unpin for EuvVconsolePanelProps
impl UnsafeUnpin for EuvVconsolePanelProps
impl UnwindSafe for EuvVconsolePanelProps
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