/** Unsafe version of {@link #set(VkImageSubresourceRange) set}. */
 public VkImageSubresourceRange nset(long struct) {
   memCopy(struct, address(), SIZEOF);
   return this;
 }