#[repr(C)]pub struct PipelineExecutablePropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stages: ShaderStageFlags,
pub name: [i8; 256],
pub description: [i8; 256],
pub subgroup_size: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidstages: ShaderStageFlagsname: [i8; 256]description: [i8; 256]subgroup_size: u32Implementations
sourceimpl PipelineExecutablePropertiesKHR
impl PipelineExecutablePropertiesKHR
pub fn builder<'a>() -> PipelineExecutablePropertiesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for PipelineExecutablePropertiesKHR
impl Clone for PipelineExecutablePropertiesKHR
sourcefn clone(&self) -> PipelineExecutablePropertiesKHR
fn clone(&self) -> PipelineExecutablePropertiesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineExecutablePropertiesKHR
impl Default for PipelineExecutablePropertiesKHR
sourcefn default() -> PipelineExecutablePropertiesKHR
fn default() -> PipelineExecutablePropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for PipelineExecutablePropertiesKHR
Auto Trait Implementations
impl RefUnwindSafe for PipelineExecutablePropertiesKHR
impl !Send for PipelineExecutablePropertiesKHR
impl !Sync for PipelineExecutablePropertiesKHR
impl Unpin for PipelineExecutablePropertiesKHR
impl UnwindSafe for PipelineExecutablePropertiesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more