#[repr(C)]pub struct VkPipelineBinaryKeysAndDataKHR {
pub binaryCount: u32,
pub pPipelineBinaryKeys: *const VkPipelineBinaryKeyKHR,
pub pPipelineBinaryData: *const VkPipelineBinaryDataKHR,
}
Fields§
§binaryCount: u32
§pPipelineBinaryKeys: *const VkPipelineBinaryKeyKHR
§pPipelineBinaryData: *const VkPipelineBinaryDataKHR
Trait Implementations§
Source§impl Clone for VkPipelineBinaryKeysAndDataKHR
impl Clone for VkPipelineBinaryKeysAndDataKHR
Source§fn clone(&self) -> VkPipelineBinaryKeysAndDataKHR
fn clone(&self) -> VkPipelineBinaryKeysAndDataKHR
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 VkPipelineBinaryKeysAndDataKHR
Auto Trait Implementations§
impl Freeze for VkPipelineBinaryKeysAndDataKHR
impl RefUnwindSafe for VkPipelineBinaryKeysAndDataKHR
impl !Send for VkPipelineBinaryKeysAndDataKHR
impl !Sync for VkPipelineBinaryKeysAndDataKHR
impl Unpin for VkPipelineBinaryKeysAndDataKHR
impl UnwindSafe for VkPipelineBinaryKeysAndDataKHR
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