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