pub enum IndexFormat {
Uint16,
Uint32,
}
Variants§
Trait Implementations§
Source§impl Debug for IndexFormat
impl Debug for IndexFormat
Source§impl Default for IndexFormat
impl Default for IndexFormat
Source§fn default() -> IndexFormat
fn default() -> IndexFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexFormat
impl RefUnwindSafe for IndexFormat
impl Send for IndexFormat
impl Sync for IndexFormat
impl Unpin 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