Union renderdoc_sys::RENDERDOC_API_1_2_0__bindgen_ty_2[][src]

#[repr(C)]
pub union RENDERDOC_API_1_2_0__bindgen_ty_2 { pub GetLogFilePathTemplate: pRENDERDOC_GetLogFilePathTemplate, pub GetCaptureFilePathTemplate: pRENDERDOC_GetCaptureFilePathTemplate, // some fields omitted }

Fields

Trait Implementations

impl Copy for RENDERDOC_API_1_2_0__bindgen_ty_2
[src]

impl Clone for RENDERDOC_API_1_2_0__bindgen_ty_2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations