Enum oxygengine_user_interface::raui::core::widget::unit::image::ImageBoxImageScaling [−][src]
pub enum ImageBoxImageScaling {
Stretch,
Frame(ImageBoxFrame),
}Variants
Frame(ImageBoxFrame)Trait Implementations
impl Clone for ImageBoxImageScaling[src]
impl Clone for ImageBoxImageScaling[src]pub fn clone(&self) -> ImageBoxImageScaling[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ImageBoxImageScaling[src]
impl Debug for ImageBoxImageScaling[src]impl Default for ImageBoxImageScaling[src]
impl Default for ImageBoxImageScaling[src]pub fn default() -> ImageBoxImageScaling[src]
impl<'de> Deserialize<'de> for ImageBoxImageScaling[src]
impl<'de> Deserialize<'de> for ImageBoxImageScaling[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<ImageBoxImageScaling, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<ImageBoxImageScaling, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Serialize for ImageBoxImageScaling[src]
impl Serialize for ImageBoxImageScaling[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for ImageBoxImageScaling
impl RefUnwindSafe for ImageBoxImageScalingimpl Send for ImageBoxImageScaling
impl Send for ImageBoxImageScalingimpl Sync for ImageBoxImageScaling
impl Sync for ImageBoxImageScalingimpl Unpin for ImageBoxImageScaling
impl Unpin for ImageBoxImageScalingimpl UnwindSafe for ImageBoxImageScaling
impl UnwindSafe for ImageBoxImageScalingBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,