#[repr(C)]pub struct VkPipelineBinaryKeyKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub keySize: u32,
pub key: [u8; 32],
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§keySize: u32
§key: [u8; 32]
Trait Implementations§
Source§impl Clone for VkPipelineBinaryKeyKHR
impl Clone for VkPipelineBinaryKeyKHR
Source§fn clone(&self) -> VkPipelineBinaryKeyKHR
fn clone(&self) -> VkPipelineBinaryKeyKHR
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 moreSource§impl Default for VkPipelineBinaryKeyKHR
impl Default for VkPipelineBinaryKeyKHR
impl Copy for VkPipelineBinaryKeyKHR
Auto Trait Implementations§
impl Freeze for VkPipelineBinaryKeyKHR
impl RefUnwindSafe for VkPipelineBinaryKeyKHR
impl !Send for VkPipelineBinaryKeyKHR
impl !Sync for VkPipelineBinaryKeyKHR
impl Unpin for VkPipelineBinaryKeyKHR
impl UnwindSafe for VkPipelineBinaryKeyKHR
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