pub struct VkImageView { /* private fields */ }Expand description
Wrapper for VkImageView.
Implementations§
Source§impl VkImageView
impl VkImageView
Sourcepub fn null() -> Self
pub fn null() -> Self
Creates an object with a null Vulkan internal handle.
Calling a method with a null handle will most likely result in a crash.
Sourcepub fn destroy(&self)
pub fn destroy(&self)
Wrapper for vkDestroyImageView.
Sourcepub fn get_address(&self) -> LavaResult<VkImageViewAddressProperties>
pub fn get_address(&self) -> LavaResult<VkImageViewAddressProperties>
Wrapper for vkGetImageViewAddressNVX.
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§fn default() -> VkImageView
fn default() -> VkImageView
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkImageView
impl PartialEq for VkImageView
impl Copy 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