#[repr(C)]pub struct RenderDocApi {
api: RENDERDOC_API_1_4_1,
lib: Library,
}
Available on
native
and crate feature renderdoc
only.Expand description
The dynamically loaded RenderDoc API function table
Fields§
§api: RENDERDOC_API_1_4_1
§lib: Library
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