Struct egui::containers::Frame  [−][src]
pub struct Frame {
    pub margin: Vec2,
    pub corner_radius: f32,
    pub shadow: Shadow,
    pub fill: Color32,
    pub stroke: Stroke,
}Expand description
Color and margin of a rectangular background of a Ui.
Fields
margin: Vec2On each side
corner_radius: f32shadow: Shadowfill: Color32stroke: StrokeImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Frame
impl UnwindSafe for Frame
Blanket Implementations
Mutably borrows from an owned value. Read more
