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§fn clone(&self) -> EuvVconsolePanelProps
fn clone(&self) -> EuvVconsolePanelProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EuvVconsolePanelProps
impl Debug for EuvVconsolePanelProps
Source§impl Default for EuvVconsolePanelProps
impl Default for EuvVconsolePanelProps
Source§fn default() -> EuvVconsolePanelProps
fn default() -> EuvVconsolePanelProps
Returns the “default value” for a type. Read more
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