Struct oxygengine_user_interface::widget::component::containers::tabs_box::TabsBoxProps [−][src]
pub struct TabsBoxProps { pub tabs_location: TabsBoxTabsLocation, pub tabs_and_content_separation: f32, pub tabs_basis: Option<f32>, pub contents_clipping: bool, pub start_index: usize, pub transform: Transform, }
Fields
tabs_location: TabsBoxTabsLocation
tabs_and_content_separation: f32
tabs_basis: Option<f32>
contents_clipping: bool
start_index: usize
transform: Transform
Trait Implementations
Returns the “default value” for a type. Read more
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TabsBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TabsBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TabsBoxProps
impl Send for TabsBoxProps
impl Sync for TabsBoxProps
impl Unpin for TabsBoxProps
impl UnwindSafe for TabsBoxProps
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,
pub fn try_default() -> Result<T, String>
pub fn try_default() -> Result<T, String>
Tries to create the default.
fn unwrap_default() -> Self
fn unwrap_default() -> Self
Calls try_default
and panics on an error case.