pub enum DebugLog {
EndBox {
rect: Rect,
},
}
Expand description
Enum to encapsulate various events that happens during draw call
Variants
EndBox
Fields
rect: Rect
For cases when cx.end_box() is getting called
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugLog
impl UnwindSafe for DebugLog
Blanket Implementations
Mutably borrows from an owned value. Read more