#[repr(C)]pub enum ObjectMaterialType {
None = 0,
Default = 1,
Text = 2,
}Expand description
Kind of Object Material
Variants§
Trait Implementations§
Source§impl Clone for ObjectMaterialType
impl Clone for ObjectMaterialType
Source§fn clone(&self) -> ObjectMaterialType
fn clone(&self) -> ObjectMaterialType
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 ObjectMaterialType
impl Debug for ObjectMaterialType
Source§impl PartialEq for ObjectMaterialType
impl PartialEq for ObjectMaterialType
impl Copy for ObjectMaterialType
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