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