#[repr(C)]
pub struct RENDERDOC_API_1_6_0 {
Show 27 fields pub GetAPIVersion: pRENDERDOC_GetAPIVersion, pub SetCaptureOptionU32: pRENDERDOC_SetCaptureOptionU32, pub SetCaptureOptionF32: pRENDERDOC_SetCaptureOptionF32, pub GetCaptureOptionU32: pRENDERDOC_GetCaptureOptionU32, pub GetCaptureOptionF32: pRENDERDOC_GetCaptureOptionF32, pub SetFocusToggleKeys: pRENDERDOC_SetFocusToggleKeys, pub SetCaptureKeys: pRENDERDOC_SetCaptureKeys, pub GetOverlayBits: pRENDERDOC_GetOverlayBits, pub MaskOverlayBits: pRENDERDOC_MaskOverlayBits, pub __bindgen_anon_1: RENDERDOC_API_1_6_0__bindgen_ty_1, pub UnloadCrashHandler: pRENDERDOC_UnloadCrashHandler, pub __bindgen_anon_2: RENDERDOC_API_1_6_0__bindgen_ty_2, pub __bindgen_anon_3: RENDERDOC_API_1_6_0__bindgen_ty_3, pub GetNumCaptures: pRENDERDOC_GetNumCaptures, pub GetCapture: pRENDERDOC_GetCapture, pub TriggerCapture: pRENDERDOC_TriggerCapture, pub __bindgen_anon_4: RENDERDOC_API_1_6_0__bindgen_ty_4, pub LaunchReplayUI: pRENDERDOC_LaunchReplayUI, pub SetActiveWindow: pRENDERDOC_SetActiveWindow, pub StartFrameCapture: pRENDERDOC_StartFrameCapture, pub IsFrameCapturing: pRENDERDOC_IsFrameCapturing, pub EndFrameCapture: pRENDERDOC_EndFrameCapture, pub TriggerMultiFrameCapture: pRENDERDOC_TriggerMultiFrameCapture, pub SetCaptureFileComments: pRENDERDOC_SetCaptureFileComments, pub DiscardFrameCapture: pRENDERDOC_DiscardFrameCapture, pub ShowReplayUI: pRENDERDOC_ShowReplayUI, pub SetCaptureTitle: pRENDERDOC_SetCaptureTitle,
}

Fields§

§GetAPIVersion: pRENDERDOC_GetAPIVersion§SetCaptureOptionU32: pRENDERDOC_SetCaptureOptionU32§SetCaptureOptionF32: pRENDERDOC_SetCaptureOptionF32§GetCaptureOptionU32: pRENDERDOC_GetCaptureOptionU32§GetCaptureOptionF32: pRENDERDOC_GetCaptureOptionF32§SetFocusToggleKeys: pRENDERDOC_SetFocusToggleKeys§SetCaptureKeys: pRENDERDOC_SetCaptureKeys§GetOverlayBits: pRENDERDOC_GetOverlayBits§MaskOverlayBits: pRENDERDOC_MaskOverlayBits§__bindgen_anon_1: RENDERDOC_API_1_6_0__bindgen_ty_1§UnloadCrashHandler: pRENDERDOC_UnloadCrashHandler§__bindgen_anon_2: RENDERDOC_API_1_6_0__bindgen_ty_2§__bindgen_anon_3: RENDERDOC_API_1_6_0__bindgen_ty_3§GetNumCaptures: pRENDERDOC_GetNumCaptures§GetCapture: pRENDERDOC_GetCapture§TriggerCapture: pRENDERDOC_TriggerCapture§__bindgen_anon_4: RENDERDOC_API_1_6_0__bindgen_ty_4§LaunchReplayUI: pRENDERDOC_LaunchReplayUI§SetActiveWindow: pRENDERDOC_SetActiveWindow§StartFrameCapture: pRENDERDOC_StartFrameCapture§IsFrameCapturing: pRENDERDOC_IsFrameCapturing§EndFrameCapture: pRENDERDOC_EndFrameCapture§TriggerMultiFrameCapture: pRENDERDOC_TriggerMultiFrameCapture§SetCaptureFileComments: pRENDERDOC_SetCaptureFileComments§DiscardFrameCapture: pRENDERDOC_DiscardFrameCapture§ShowReplayUI: pRENDERDOC_ShowReplayUI§SetCaptureTitle: pRENDERDOC_SetCaptureTitle

Trait Implementations§

source§

impl Clone for RENDERDOC_API_1_6_0

source§

fn clone(&self) -> RENDERDOC_API_1_6_0

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RENDERDOC_API_1_6_0

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for RENDERDOC_API_1_6_0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.