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