#[repr(u8)]pub enum TabPosition {
Top = 0,
Bottom = 1,
}Expand description
Position of the tab bar within the tab container.
Variants§
Top = 0
Tab bar is positioned at the top of the container.
Bottom = 1
Tab bar is positioned at the bottom of the container (default).
Trait Implementations§
Source§impl Clone for TabPosition
impl Clone for TabPosition
Source§fn clone(&self) -> TabPosition
fn clone(&self) -> TabPosition
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TabPosition
impl Debug for TabPosition
Source§impl Default for TabPosition
impl Default for TabPosition
Source§fn default() -> TabPosition
fn default() -> TabPosition
Returns the “default value” for a type. Read more
Source§impl PartialEq for TabPosition
impl PartialEq for TabPosition
impl Copy for TabPosition
impl Eq for TabPosition
impl StructuralPartialEq for TabPosition
Auto Trait Implementations§
impl Freeze for TabPosition
impl RefUnwindSafe for TabPosition
impl Send for TabPosition
impl Sync for TabPosition
impl Unpin for TabPosition
impl UnwindSafe for TabPosition
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)