Struct notation_model::tab_bar::TabBarProps
source ·
[−]pub struct TabBarProps {
pub section_index: usize,
pub section_round: usize,
pub section_ordinal: usize,
pub bar_index: usize,
pub bar_ordinal: usize,
pub bar_units: Units,
}Fields
section_index: usizesection_round: usizesection_ordinal: usizebar_index: usizebar_ordinal: usizebar_units: UnitsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TabBarProps
impl Send for TabBarProps
impl Sync for TabBarProps
impl Unpin for TabBarProps
impl UnwindSafe for TabBarProps
Blanket Implementations
Mutably borrows from an owned value. Read more
