#[repr(u32)]pub enum BoxContainerAlignMode {
Begin = 0,
Center = 1,
End = 2,
}Variants§
Trait Implementations§
Source§impl Clone for BoxContainerAlignMode
impl Clone for BoxContainerAlignMode
Source§fn clone(&self) -> BoxContainerAlignMode
fn clone(&self) -> BoxContainerAlignMode
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 BoxContainerAlignMode
Source§impl Debug for BoxContainerAlignMode
impl Debug for BoxContainerAlignMode
impl Eq for BoxContainerAlignMode
Source§impl Hash for BoxContainerAlignMode
impl Hash for BoxContainerAlignMode
Source§impl PartialEq for BoxContainerAlignMode
impl PartialEq for BoxContainerAlignMode
Source§fn eq(&self, other: &BoxContainerAlignMode) -> bool
fn eq(&self, other: &BoxContainerAlignMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BoxContainerAlignMode
Auto Trait Implementations§
impl Freeze for BoxContainerAlignMode
impl RefUnwindSafe for BoxContainerAlignMode
impl Send for BoxContainerAlignMode
impl Sync for BoxContainerAlignMode
impl Unpin for BoxContainerAlignMode
impl UnsafeUnpin for BoxContainerAlignMode
impl UnwindSafe for BoxContainerAlignMode
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