pub enum DebugSource {
API,
WindowSystem,
ShaderCompiler,
ThirdParty,
Application,
Other,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugSource
impl RefUnwindSafe for DebugSource
impl Send for DebugSource
impl Sync for DebugSource
impl Unpin for DebugSource
impl UnwindSafe for DebugSource
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