Expand description
Common widget data
This type may be used for a Widget
’s core: widget_core!()
field.
Fields§
§rect: Rect
§id: WidgetId
Trait Implementations§
source§impl Clone for CoreData
impl Clone for CoreData
Note: the clone has default-initialised identifier. Configuration and layout solving is required as for any other widget.
Auto Trait Implementations§
impl RefUnwindSafe for CoreData
impl !Send for CoreData
impl !Sync for CoreData
impl Unpin for CoreData
impl UnwindSafe for CoreData
Blanket Implementations§
source§impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
source§fn try_cast_approx(self) -> Result<T, Error>
fn try_cast_approx(self) -> Result<T, Error>
source§fn cast_approx(self) -> T
fn cast_approx(self) -> T
source§impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
source§fn cast_trunc(self) -> T
fn cast_trunc(self) -> T
Cast to integer, truncating Read more
source§fn cast_nearest(self) -> T
fn cast_nearest(self) -> T
Cast to the nearest integer Read more
source§fn cast_floor(self) -> T
fn cast_floor(self) -> T
Cast the floor to an integer Read more