Struct raui_core::widget::component::containers::switch_box::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]fn clone(&self) -> SwitchBoxProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for SwitchBoxProps[src]
impl Default for SwitchBoxProps[src]fn default() -> SwitchBoxProps[src]
impl<'de> Deserialize<'de> for SwitchBoxProps[src]
impl<'de> Deserialize<'de> for SwitchBoxProps[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for SwitchBoxProps[src]
impl Prefab for SwitchBoxProps[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for SwitchBoxProps where
Self: Clone, [src]
impl PropsData for SwitchBoxProps where
Self: Clone, [src]impl Serialize for SwitchBoxProps[src]
impl Serialize for SwitchBoxProps[src]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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]