java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkConformanceVersion
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkConformanceVersion(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfBytestatic final ValueLayout.OfBytestatic final ValueLayout.OfBytestatic final ValueLayout.OfBytestatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkConformanceVersion(MemorySegment segment) Creates an instance of aVkConformanceVersionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkConformanceVersionstatic VkConformanceVersion[]static VkConformanceVersionclone(Arena arena, VkConformanceVersion src) static VkConformanceVersion[]clone(Arena arena, VkConformanceVersion[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.bytemajor()voidmajor(byte value) byteminor()voidminor(byte value) bytepatch()voidpatch(byte value) segment()Returns the value of thesegmentrecord component.bytesubminor()voidsubminor(byte value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$major
-
PATH$minor
-
PATH$subminor
-
PATH$patch
-
LAYOUT$major
-
LAYOUT$minor
-
LAYOUT$subminor
-
LAYOUT$patch
-
OFFSET$major
public static final long OFFSET$major -
OFFSET$minor
public static final long OFFSET$minor -
OFFSET$subminor
public static final long OFFSET$subminor -
OFFSET$patch
public static final long OFFSET$patch -
SIZE$major
public static final long SIZE$major -
SIZE$minor
public static final long SIZE$minor -
SIZE$subminor
public static final long SIZE$subminor -
SIZE$patch
public static final long SIZE$patch
-
-
Constructor Details
-
VkConformanceVersion
Creates an instance of aVkConformanceVersionrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
major
public byte major() -
major
public void major(byte value) -
minor
public byte minor() -
minor
public void minor(byte value) -
subminor
public byte subminor() -
subminor
public void subminor(byte value) -
patch
public byte patch() -
patch
public void patch(byte 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
-