#[repr(C)]pub struct VkPipelinePropertiesIdentifierEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub pipelineIdentifier: [u8; 16],
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§pipelineIdentifier: [u8; 16]
Trait Implementations§
Source§impl Clone for VkPipelinePropertiesIdentifierEXT
impl Clone for VkPipelinePropertiesIdentifierEXT
Source§fn clone(&self) -> VkPipelinePropertiesIdentifierEXT
fn clone(&self) -> VkPipelinePropertiesIdentifierEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPipelinePropertiesIdentifierEXT
Auto Trait Implementations§
impl Freeze for VkPipelinePropertiesIdentifierEXT
impl RefUnwindSafe for VkPipelinePropertiesIdentifierEXT
impl !Send for VkPipelinePropertiesIdentifierEXT
impl !Sync for VkPipelinePropertiesIdentifierEXT
impl Unpin for VkPipelinePropertiesIdentifierEXT
impl UnwindSafe for VkPipelinePropertiesIdentifierEXT
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