#[repr(u32)]pub enum TabContainerTabAlign {
AlignLeft = 0,
AlignCenter = 1,
AlignRight = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for TabContainerTabAlign
impl Clone for TabContainerTabAlign
Source§fn clone(&self) -> TabContainerTabAlign
fn clone(&self) -> TabContainerTabAlign
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TabContainerTabAlign
impl Debug for TabContainerTabAlign
Source§impl Hash for TabContainerTabAlign
impl Hash for TabContainerTabAlign
Source§impl PartialEq for TabContainerTabAlign
impl PartialEq for TabContainerTabAlign
impl Copy for TabContainerTabAlign
impl Eq for TabContainerTabAlign
impl StructuralPartialEq for TabContainerTabAlign
Auto Trait Implementations§
impl Freeze for TabContainerTabAlign
impl RefUnwindSafe for TabContainerTabAlign
impl Send for TabContainerTabAlign
impl Sync for TabContainerTabAlign
impl Unpin for TabContainerTabAlign
impl UnwindSafe for TabContainerTabAlign
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more