Union renderdoc_sys::RENDERDOC_API_1_2_0__bindgen_ty_3[][src]

#[repr(C)]
pub union RENDERDOC_API_1_2_0__bindgen_ty_3 { pub IsRemoteAccessConnected: pRENDERDOC_IsRemoteAccessConnected, pub IsTargetControlConnected: pRENDERDOC_IsTargetControlConnected, // some fields omitted }

Fields

Trait Implementations

impl Copy for RENDERDOC_API_1_2_0__bindgen_ty_3
[src]

impl Clone for RENDERDOC_API_1_2_0__bindgen_ty_3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations