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: bool
transform: Transform
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SwitchBoxProps
impl Send for SwitchBoxProps
impl Sync for SwitchBoxProps
impl Unpin for SwitchBoxProps
impl UnwindSafe for SwitchBoxProps
Blanket Implementations
Mutably borrows from an owned value. Read more