Struct raui_core::widget::unit::image::ImageBoxImage [−][src]
pub struct ImageBoxImage {
pub id: String,
pub source_rect: Option<Rect>,
pub scaling: ImageBoxImageScaling,
pub tint: Color,
}Fields
id: Stringsource_rect: Option<Rect>scaling: ImageBoxImageScalingtint: ColorTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageBoxImageimpl Send for ImageBoxImageimpl Sync for ImageBoxImageimpl Unpin for ImageBoxImageimpl UnwindSafe for ImageBoxImageBlanket Implementations
Mutably borrows from an owned value. Read more