#[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 · 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 ObjectMaterialTextAlign
impl Debug for ObjectMaterialTextAlign
Source§impl PartialEq for ObjectMaterialTextAlign
impl PartialEq for ObjectMaterialTextAlign
impl Copy for ObjectMaterialTextAlign
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 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