#[repr(u16)]pub enum DrawIndex {
Transparent = 0,
First = 1,
Second = 2,
Third = 3,
Fourth = 4,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawIndex
impl RefUnwindSafe for DrawIndex
impl Send for DrawIndex
impl Sync for DrawIndex
impl Unpin for DrawIndex
impl UnwindSafe for DrawIndex
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