#[repr(transparent)]pub struct VkPipelineCache(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkPipelineCache
impl Clone for VkPipelineCache
Source§fn clone(&self) -> VkPipelineCache
fn clone(&self) -> VkPipelineCache
Returns a duplicate 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 Debug for VkPipelineCache
impl Debug for VkPipelineCache
Source§impl Hash for VkPipelineCache
impl Hash for VkPipelineCache
Source§impl Ord for VkPipelineCache
impl Ord for VkPipelineCache
Source§fn cmp(&self, other: &VkPipelineCache) -> Ordering
fn cmp(&self, other: &VkPipelineCache) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkPipelineCache
impl PartialEq for VkPipelineCache
Source§impl PartialOrd for VkPipelineCache
impl PartialOrd for VkPipelineCache
Source§impl VkRawHandle for VkPipelineCache
impl VkRawHandle for VkPipelineCache
const OBJECT_TYPE: VkObjectType = 16i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkPipelineCache
impl Eq for VkPipelineCache
impl StructuralPartialEq for VkPipelineCache
Auto Trait Implementations§
impl Freeze for VkPipelineCache
impl RefUnwindSafe for VkPipelineCache
impl !Send for VkPipelineCache
impl !Sync for VkPipelineCache
impl Unpin for VkPipelineCache
impl UnwindSafe for VkPipelineCache
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