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