#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControlGrowDirection
Source§impl Debug for ControlGrowDirection
impl Debug for ControlGrowDirection
impl Eq for ControlGrowDirection
Source§impl Hash for ControlGrowDirection
impl Hash for ControlGrowDirection
Source§impl PartialEq for ControlGrowDirection
impl PartialEq for ControlGrowDirection
Source§fn eq(&self, other: &ControlGrowDirection) -> bool
fn eq(&self, other: &ControlGrowDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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