pub struct DialogDefaults;Expand description
Default values for dialog components.
Implementations§
Source§impl DialogDefaults
impl DialogDefaults
pub const SHAPE_RADIUS: f32 = 28.0
pub const MIN_WIDTH: f32 = 280.0
pub const MAX_WIDTH: f32 = 560.0
pub const HORIZONTAL_PADDING: f32 = 24.0
pub fn container_color() -> Color
Auto Trait Implementations§
impl Freeze for DialogDefaults
impl RefUnwindSafe for DialogDefaults
impl Send for DialogDefaults
impl Sync for DialogDefaults
impl Unpin for DialogDefaults
impl UnsafeUnpin for DialogDefaults
impl UnwindSafe for DialogDefaults
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