Enum omp_gdk::objects::ObjectMaterialTextAlign
source · #[repr(C)]pub enum ObjectMaterialTextAlign {
Left = 0,
Center = 1,
Right = 2,
}Variants§
Trait Implementations§
source§impl PartialEq for ObjectMaterialTextAlign
impl PartialEq for ObjectMaterialTextAlign
source§fn eq(&self, other: &ObjectMaterialTextAlign) -> bool
fn eq(&self, other: &ObjectMaterialTextAlign) -> bool
This method 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 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