Struct glslang_sys::Struct_ShBindingTable [] [src]

#[repr(C)]
pub struct Struct_ShBindingTable { pub numBindings: c_int, pub bindings: *mut ShBinding, }

Fields

Trait Implementations

impl Copy for Struct_ShBindingTable
[src]

impl Clone for Struct_ShBindingTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_ShBindingTable
[src]

Returns the "default value" for a type. Read more