pub enum IndexFormat {
Undefined,
Uint16,
Uint32,
}Variants§
Trait Implementations§
Source§impl Clone for IndexFormat
impl Clone for IndexFormat
Source§fn clone(&self) -> IndexFormat
fn clone(&self) -> IndexFormat
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 IndexFormat
impl Debug for IndexFormat
Source§impl From<IndexFormat> for c_uint
impl From<IndexFormat> for c_uint
Source§fn from(value: IndexFormat) -> Self
fn from(value: IndexFormat) -> Self
Converts to this type from the input type.
Source§impl From<u32> for IndexFormat
impl From<u32> for IndexFormat
Source§impl Hash for IndexFormat
impl Hash for IndexFormat
Source§impl PartialEq for IndexFormat
impl PartialEq for IndexFormat
impl Copy for IndexFormat
impl Eq for IndexFormat
impl StructuralPartialEq for IndexFormat
Auto Trait Implementations§
impl Freeze for IndexFormat
impl RefUnwindSafe for IndexFormat
impl Send for IndexFormat
impl Sync for IndexFormat
impl Unpin for IndexFormat
impl UnsafeUnpin for IndexFormat
impl UnwindSafe for IndexFormat
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