pub struct CommandProps {
pub id_source: Id,
pub min_width: Option<f32>,
pub show_border: bool,
pub show_shadow: bool,
}Fields§
§id_source: Id§min_width: Option<f32>§show_border: bool§show_shadow: boolImplementations§
Source§impl CommandProps
impl CommandProps
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandProps
impl RefUnwindSafe for CommandProps
impl Send for CommandProps
impl Sync for CommandProps
impl Unpin for CommandProps
impl UnsafeUnpin for CommandProps
impl UnwindSafe for CommandProps
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