Struct oxygengine_user_interface::raui::core::prelude::TextInputProps [−][src]
pub struct TextInputProps {
pub focused: bool,
pub cursor_position: usize,
pub allow_new_line: bool,
pub text: String,
}Fields
focused: boolcursor_position: usizeallow_new_line: booltext: StringTrait Implementations
impl Clone for TextInputProps[src]
impl Clone for TextInputProps[src]pub fn clone(&self) -> TextInputProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TextInputProps[src]
impl Debug for TextInputProps[src]impl Default for TextInputProps[src]
impl Default for TextInputProps[src]pub fn default() -> TextInputProps[src]
impl<'de> Deserialize<'de> for TextInputProps[src]
impl<'de> Deserialize<'de> for TextInputProps[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TextInputProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<TextInputProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for TextInputProps[src]
impl Prefab for TextInputProps[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for TextInputProps where
TextInputProps: Clone, [src]
impl PropsData for TextInputProps where
TextInputProps: Clone, [src]impl Serialize for TextInputProps[src]
impl Serialize for TextInputProps[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 TextInputProps
impl RefUnwindSafe for TextInputPropsimpl Send for TextInputProps
impl Send for TextInputPropsimpl Sync for TextInputProps
impl Sync for TextInputPropsimpl Unpin for TextInputProps
impl Unpin for TextInputPropsimpl UnwindSafe for TextInputProps
impl UnwindSafe for TextInputPropsBlanket 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,