#[repr(C)]pub enum BarOrientation {
Auto = 0,
Horizontal = 1,
Vertical = 2,
}Variants§
Trait Implementations§
Source§impl Clone for BarOrientation
impl Clone for BarOrientation
Source§fn clone(&self) -> BarOrientation
fn clone(&self) -> BarOrientation
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 BarOrientation
impl Debug for BarOrientation
Source§impl PartialEq for BarOrientation
impl PartialEq for BarOrientation
impl Copy for BarOrientation
impl Eq for BarOrientation
impl StructuralPartialEq for BarOrientation
Auto Trait Implementations§
impl Freeze for BarOrientation
impl RefUnwindSafe for BarOrientation
impl Send for BarOrientation
impl Sync for BarOrientation
impl Unpin for BarOrientation
impl UnwindSafe for BarOrientation
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