pub struct ImageViewHandle(/* private fields */);Implementations§
Source§impl ImageViewHandle
impl ImageViewHandle
pub fn to_raw(&self) -> VkImageView
Trait Implementations§
Source§impl Clone for ImageViewHandle
impl Clone for ImageViewHandle
Source§fn clone(&self) -> ImageViewHandle
fn clone(&self) -> ImageViewHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageViewHandle
Source§impl Debug for ImageViewHandle
impl Debug for ImageViewHandle
impl Eq for ImageViewHandle
Source§impl Handle for ImageViewHandle
impl Handle for ImageViewHandle
Source§impl PartialEq for ImageViewHandle
impl PartialEq for ImageViewHandle
Source§fn eq(&self, other: &ImageViewHandle) -> bool
fn eq(&self, other: &ImageViewHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImageViewHandle
Auto Trait Implementations§
impl Freeze for ImageViewHandle
impl RefUnwindSafe for ImageViewHandle
impl Send for ImageViewHandle
impl Sync for ImageViewHandle
impl Unpin for ImageViewHandle
impl UnsafeUnpin for ImageViewHandle
impl UnwindSafe for ImageViewHandle
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