#[repr(u32)]pub enum AlignType {
Undefined = 0,
Left = 1,
Center = 2,
Right = 3,
}
Variants§
Trait Implementations§
impl Copy for AlignType
impl Eq for AlignType
impl StructuralPartialEq for AlignType
Auto Trait Implementations§
impl Freeze for AlignType
impl RefUnwindSafe for AlignType
impl Send for AlignType
impl Sync for AlignType
impl Unpin for AlignType
impl UnwindSafe for AlignType
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