#[repr(transparent)]pub struct VkPipeline(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkPipeline
impl Clone for VkPipeline
Source§fn clone(&self) -> VkPipeline
fn clone(&self) -> VkPipeline
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 VkPipeline
impl Debug for VkPipeline
Source§impl Hash for VkPipeline
impl Hash for VkPipeline
Source§impl Ord for VkPipeline
impl Ord for VkPipeline
Source§fn cmp(&self, other: &VkPipeline) -> Ordering
fn cmp(&self, other: &VkPipeline) -> 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 VkPipeline
impl PartialEq for VkPipeline
Source§impl PartialOrd for VkPipeline
impl PartialOrd for VkPipeline
Source§impl VkRawHandle for VkPipeline
impl VkRawHandle for VkPipeline
const OBJECT_TYPE: VkObjectType = 19i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkPipeline
impl Eq for VkPipeline
impl StructuralPartialEq for VkPipeline
Auto Trait Implementations§
impl Freeze for VkPipeline
impl RefUnwindSafe for VkPipeline
impl !Send for VkPipeline
impl !Sync for VkPipeline
impl Unpin for VkPipeline
impl UnwindSafe for VkPipeline
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