pub struct VkImageView(/* private fields */);Expand description
Khronos: VkImageView (non-dispatchable handle)
- Parent VkDevice
- Object Type Enum:
VK_OBJECT_TYPE_IMAGE_VIEW
Implementations§
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 Default for VkImageView
impl Default 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
impl Copy for VkImageView
impl Eq for VkImageView
impl Send for VkImageView
impl StructuralPartialEq for VkImageView
impl Sync for VkImageView
Auto Trait Implementations§
impl Freeze for VkImageView
impl RefUnwindSafe 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