Enum blade_render::DebugMode
source · #[repr(u32)]pub enum DebugMode {
Final = 0,
Depth = 1,
Normal = 2,
Motion = 3,
HitConsistency = 4,
Variance = 5,
}Variants§
Trait Implementations§
source§impl IntoEnumIterator for DebugMode
impl IntoEnumIterator for DebugMode
type Iterator = DebugModeIter
fn iter() -> DebugModeIter ⓘ
source§impl PartialEq for DebugMode
impl PartialEq for DebugMode
source§impl PartialOrd for DebugMode
impl PartialOrd for DebugMode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DebugMode
impl StructuralPartialEq for DebugMode
Auto Trait Implementations§
impl Freeze for DebugMode
impl RefUnwindSafe for DebugMode
impl Send for DebugMode
impl Sync for DebugMode
impl Unpin for DebugMode
impl UnwindSafe for DebugMode
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
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().