#[repr(C)]pub struct RenderDocApi { /* private fields */ }
Expand description
The dynamically loaded RenderDoc API function table
Trait Implementations§
Source§impl Debug for RenderDocApi
impl Debug for RenderDocApi
impl Send for RenderDocApi
impl Sync for RenderDocApi
Auto Trait Implementations§
impl Freeze for RenderDocApi
impl RefUnwindSafe for RenderDocApi
impl Unpin for RenderDocApi
impl UnwindSafe for RenderDocApi
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