java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDeviceFaultVendorInfoEXT
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDeviceFaultVendorInfoEXT(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final SequenceLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkDeviceFaultVendorInfoEXT(MemorySegment segment) Creates an instance of aVkDeviceFaultVendorInfoEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDeviceFaultVendorInfoEXTstatic VkDeviceFaultVendorInfoEXT[]static VkDeviceFaultVendorInfoEXTclone(Arena arena, VkDeviceFaultVendorInfoEXT src) static VkDeviceFaultVendorInfoEXT[]clone(Arena arena, VkDeviceFaultVendorInfoEXT[] src) tech.icey.panama.buffer.ByteBuffervoiddescription(tech.icey.panama.buffer.ByteBuffer value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.longvoidvendorFaultCode(long value) longvoidvendorFaultData(long value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$description
-
PATH$vendorFaultCode
-
PATH$vendorFaultData
-
LAYOUT$description
-
LAYOUT$vendorFaultCode
-
LAYOUT$vendorFaultData
-
OFFSET$description
public static final long OFFSET$description -
OFFSET$vendorFaultCode
public static final long OFFSET$vendorFaultCode -
OFFSET$vendorFaultData
public static final long OFFSET$vendorFaultData -
SIZE$description
public static final long SIZE$description -
SIZE$vendorFaultCode
public static final long SIZE$vendorFaultCode -
SIZE$vendorFaultData
public static final long SIZE$vendorFaultData
-
-
Constructor Details
-
VkDeviceFaultVendorInfoEXT
Creates an instance of aVkDeviceFaultVendorInfoEXTrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
descriptionRaw
-
description
public tech.icey.panama.buffer.ByteBuffer description() -
description
public void description(tech.icey.panama.buffer.ByteBuffer value) -
vendorFaultCode
public long vendorFaultCode() -
vendorFaultCode
public void vendorFaultCode(long value) -
vendorFaultData
public long vendorFaultData() -
vendorFaultData
public void vendorFaultData(long value) -
allocate
-
allocate
-
clone
-
clone
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-