/**
  * Copies the specified struct data to this struct.
  *
  * @param src the source struct
  * @return this struct
  */
 public VkImageSubresourceRange set(VkImageSubresourceRange src) {
   return nset(src.address());
 }