Struct oxygengine_user_interface::raui::core::prelude::SwitchBoxProps [−][src]
pub struct SwitchBoxProps {
pub active_index: Option<usize>,
pub clipping: bool,
pub transform: Transform,
}Fields
active_index: Option<usize>clipping: booltransform: TransformTrait Implementations
impl Clone for SwitchBoxProps[src]
impl Clone for SwitchBoxProps[src]pub fn clone(&self) -> SwitchBoxProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SwitchBoxProps[src]
impl Debug for SwitchBoxProps[src]impl Default for SwitchBoxProps[src]
impl Default for SwitchBoxProps[src]pub fn default() -> SwitchBoxProps[src]
impl<'de> Deserialize<'de> for SwitchBoxProps[src]
impl<'de> Deserialize<'de> for SwitchBoxProps[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SwitchBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<SwitchBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for SwitchBoxProps[src]
impl Prefab for SwitchBoxProps[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for SwitchBoxProps where
SwitchBoxProps: Clone, [src]
impl PropsData for SwitchBoxProps where
SwitchBoxProps: Clone, [src]impl Serialize for SwitchBoxProps[src]
impl Serialize for SwitchBoxProps[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 SwitchBoxProps
impl RefUnwindSafe for SwitchBoxPropsimpl Send for SwitchBoxProps
impl Send for SwitchBoxPropsimpl Sync for SwitchBoxProps
impl Sync for SwitchBoxPropsimpl Unpin for SwitchBoxProps
impl Unpin for SwitchBoxPropsimpl UnwindSafe for SwitchBoxProps
impl UnwindSafe for SwitchBoxPropsBlanket 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,