Struct oxygengine_user_interface::raui::material::prelude::TextPaperProps [−][src]
pub struct TextPaperProps {
pub text: String,
pub width: TextBoxSizeValue,
pub height: TextBoxSizeValue,
pub variant: String,
pub use_main_color: bool,
pub alignment_override: Option<TextBoxAlignment>,
pub transform: Transform,
}Fields
text: Stringwidth: TextBoxSizeValueheight: TextBoxSizeValuevariant: Stringuse_main_color: boolalignment_override: Option<TextBoxAlignment>transform: TransformTrait Implementations
impl Clone for TextPaperProps[src]
impl Clone for TextPaperProps[src]pub fn clone(&self) -> TextPaperProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TextPaperProps[src]
impl Debug for TextPaperProps[src]impl Default for TextPaperProps[src]
impl Default for TextPaperProps[src]pub fn default() -> TextPaperProps[src]
impl<'de> Deserialize<'de> for TextPaperProps[src]
impl<'de> Deserialize<'de> for TextPaperProps[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TextPaperProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<TextPaperProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for TextPaperProps[src]
impl Prefab for TextPaperProps[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for TextPaperProps where
TextPaperProps: Clone, [src]
impl PropsData for TextPaperProps where
TextPaperProps: Clone, [src]impl Serialize for TextPaperProps[src]
impl Serialize for TextPaperProps[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 TextPaperProps
impl RefUnwindSafe for TextPaperPropsimpl Send for TextPaperProps
impl Send for TextPaperPropsimpl Sync for TextPaperProps
impl Sync for TextPaperPropsimpl Unpin for TextPaperProps
impl Unpin for TextPaperPropsimpl UnwindSafe for TextPaperProps
impl UnwindSafe for TextPaperPropsBlanket 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,