Enum omp_gdk::objects::ObjectMaterialType
source · #[repr(C)]pub enum ObjectMaterialType {
None = 0,
Default = 1,
Text = 2,
}Variants§
Trait Implementations§
source§impl PartialEq for ObjectMaterialType
impl PartialEq for ObjectMaterialType
source§fn eq(&self, other: &ObjectMaterialType) -> bool
fn eq(&self, other: &ObjectMaterialType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ObjectMaterialType
Auto Trait Implementations§
impl Freeze for ObjectMaterialType
impl RefUnwindSafe for ObjectMaterialType
impl Send for ObjectMaterialType
impl Sync for ObjectMaterialType
impl Unpin for ObjectMaterialType
impl UnwindSafe for ObjectMaterialType
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