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