#[repr(C)]pub enum ObjectMaterialTextAlign {
Left = 0,
Center = 1,
Right = 2,
}Expand description
Alignment of Object material text
Variants§
Trait Implementations§
Source§impl Clone for ObjectMaterialTextAlign
impl Clone for ObjectMaterialTextAlign
Source§fn clone(&self) -> ObjectMaterialTextAlign
fn clone(&self) -> ObjectMaterialTextAlign
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 ObjectMaterialTextAlign
Source§impl Debug for ObjectMaterialTextAlign
impl Debug for ObjectMaterialTextAlign
Source§impl PartialEq for ObjectMaterialTextAlign
impl PartialEq for ObjectMaterialTextAlign
Source§fn eq(&self, other: &ObjectMaterialTextAlign) -> bool
fn eq(&self, other: &ObjectMaterialTextAlign) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ObjectMaterialTextAlign
Auto Trait Implementations§
impl Freeze for ObjectMaterialTextAlign
impl RefUnwindSafe for ObjectMaterialTextAlign
impl Send for ObjectMaterialTextAlign
impl Sync for ObjectMaterialTextAlign
impl Unpin for ObjectMaterialTextAlign
impl UnsafeUnpin for ObjectMaterialTextAlign
impl UnwindSafe for ObjectMaterialTextAlign
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