pub struct Debug { /* private fields */ }
Implementations§
Source§impl Debug
impl Debug
pub fn new() -> DxResult<Self>
pub fn enable_debug_layer(&self)
pub fn enable_gpu_based_validation(&self)
pub fn enable_object_auto_name(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Debug
impl RefUnwindSafe for Debug
impl !Send for Debug
impl !Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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