Struct ash::vk::PipelinePropertiesIdentifierEXT
source · #[repr(C)]pub struct PipelinePropertiesIdentifierEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_identifier: [u8; 16],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pipeline_identifier: [u8; 16]
Implementations§
source§impl PipelinePropertiesIdentifierEXT
impl PipelinePropertiesIdentifierEXT
pub fn builder<'a>() -> PipelinePropertiesIdentifierEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PipelinePropertiesIdentifierEXT
impl Clone for PipelinePropertiesIdentifierEXT
source§fn clone(&self) -> PipelinePropertiesIdentifierEXT
fn clone(&self) -> PipelinePropertiesIdentifierEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for PipelinePropertiesIdentifierEXT
impl TaggedStructure for PipelinePropertiesIdentifierEXT
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_PROPERTIES_IDENTIFIER_EXT
impl Copy for PipelinePropertiesIdentifierEXT
impl GetPipelinePropertiesEXTParamPipelineProperties for PipelinePropertiesIdentifierEXT
Auto Trait Implementations§
impl Freeze for PipelinePropertiesIdentifierEXT
impl RefUnwindSafe for PipelinePropertiesIdentifierEXT
impl !Send for PipelinePropertiesIdentifierEXT
impl !Sync for PipelinePropertiesIdentifierEXT
impl Unpin for PipelinePropertiesIdentifierEXT
impl UnwindSafe for PipelinePropertiesIdentifierEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more