java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPerformanceValueDataINTEL
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPerformanceValueDataINTEL(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfLongstatic final ValueLayout.OfIntstatic final ValueLayout.OfFloatstatic final AddressLayoutstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkPerformanceValueDataINTEL(MemorySegment segment) Creates an instance of aVkPerformanceValueDataINTELrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPerformanceValueDataINTELstatic VkPerformanceValueDataINTEL[]static VkPerformanceValueDataINTELclone(Arena arena, VkPerformanceValueDataINTEL src) static VkPerformanceValueDataINTEL[]clone(Arena arena, VkPerformanceValueDataINTEL[] src) 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.intvalue32()voidvalue32(int value) longvalue64()voidvalue64(long value) intvoidvalueBool(int value) floatvoidvalueFloat(float value) tech.icey.panama.buffer.ByteBuffervoidvalueString(tech.icey.panama.buffer.ByteBuffer value) voidvalueStringRaw(MemorySegment value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$value32
-
PATH$value64
-
PATH$valueFloat
-
PATH$valueBool
-
PATH$valueString
-
LAYOUT$value32
-
LAYOUT$value64
-
LAYOUT$valueFloat
-
LAYOUT$valueBool
-
LAYOUT$valueString
-
OFFSET$value32
public static final long OFFSET$value32 -
OFFSET$value64
public static final long OFFSET$value64 -
OFFSET$valueFloat
public static final long OFFSET$valueFloat -
OFFSET$valueBool
public static final long OFFSET$valueBool -
OFFSET$valueString
public static final long OFFSET$valueString -
SIZE$value32
public static final long SIZE$value32 -
SIZE$value64
public static final long SIZE$value64 -
SIZE$valueFloat
public static final long SIZE$valueFloat -
SIZE$valueBool
public static final long SIZE$valueBool -
SIZE$valueString
public static final long SIZE$valueString
-
-
Constructor Details
-
VkPerformanceValueDataINTEL
Creates an instance of aVkPerformanceValueDataINTELrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
value32
public int value32() -
value32
public void value32(int value) -
value64
public long value64() -
value64
public void value64(long value) -
valueFloat
public float valueFloat() -
valueFloat
public void valueFloat(float value) -
valueBool
public int valueBool() -
valueBool
public void valueBool(int value) -
valueStringRaw
-
valueStringRaw
-
valueString
public tech.icey.panama.buffer.ByteBuffer valueString() -
valueString
public void valueString(tech.icey.panama.buffer.ByteBuffer 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
-