#[repr(transparent)]pub struct VkImage(pub NonZeroU64, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonZeroU64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Ord for VkImage
impl Ord for VkImage
1.21.0 (const: unstable) · 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 PartialOrd for VkImage
impl PartialOrd for VkImage
Source§impl VkRawHandle for VkImage
impl VkRawHandle for VkImage
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_IMAGE
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 UnsafeUnpin 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