#[repr(transparent)]pub struct VkPipelineCache(pub u64);Expand description
VkPipelineCache : VkDevice
Tuple Fields§
§0: u64Implementations§
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 Default for VkPipelineCache
impl Default for VkPipelineCache
Source§fn default() -> VkPipelineCache
fn default() -> VkPipelineCache
Returns the “default value” for a type. Read more
Source§impl From<VkPipelineCache> for u64
impl From<VkPipelineCache> for u64
Source§fn from(value: VkPipelineCache) -> Self
fn from(value: VkPipelineCache) -> Self
Converts to this type from the input type.
Source§impl From<u64> for VkPipelineCache
impl From<u64> for VkPipelineCache
Source§impl Handle for VkPipelineCache
impl Handle 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 Pointer for VkPipelineCache
impl Pointer for VkPipelineCache
impl Copy for VkPipelineCache
impl Eq for VkPipelineCache
impl Send for VkPipelineCache
impl StructuralPartialEq for VkPipelineCache
impl Sync for VkPipelineCache
Auto Trait Implementations§
impl Freeze for VkPipelineCache
impl RefUnwindSafe for VkPipelineCache
impl Unpin for VkPipelineCache
impl UnsafeUnpin 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