#[repr(C)]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 copy 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 ImageViewHandle
impl Debug for ImageViewHandle
Source§impl Handle for ImageViewHandle
impl Handle for ImageViewHandle
Source§impl PartialEq for ImageViewHandle
impl PartialEq for ImageViewHandle
impl Copy for ImageViewHandle
impl Eq for ImageViewHandle
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 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