java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceIDProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceIDProperties(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final SequenceLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final longstatic final longstatic 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 MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPhysicalDeviceIDPropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceIDPropertiesstatic VkPhysicalDeviceIDProperties[]static VkPhysicalDeviceIDPropertiesclone(Arena arena, VkPhysicalDeviceIDProperties src) static VkPhysicalDeviceIDProperties[]clone(Arena arena, VkPhysicalDeviceIDProperties[] src) tech.icey.panama.buffer.ByteBuffervoiddeviceLUID(tech.icey.panama.buffer.ByteBuffer value) intvoiddeviceLUIDValid(int value) intvoiddeviceNodeMask(int value) tech.icey.panama.buffer.ByteBuffervoiddeviceUUID(tech.icey.panama.buffer.ByteBuffer value) tech.icey.panama.buffer.ByteBuffervoiddriverUUID(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.pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$deviceUUID
-
PATH$driverUUID
-
PATH$deviceLUID
-
PATH$deviceNodeMask
-
PATH$deviceLUIDValid
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$deviceUUID
-
LAYOUT$driverUUID
-
LAYOUT$deviceLUID
-
LAYOUT$deviceNodeMask
-
LAYOUT$deviceLUIDValid
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$deviceUUID
public static final long OFFSET$deviceUUID -
OFFSET$driverUUID
public static final long OFFSET$driverUUID -
OFFSET$deviceLUID
public static final long OFFSET$deviceLUID -
OFFSET$deviceNodeMask
public static final long OFFSET$deviceNodeMask -
OFFSET$deviceLUIDValid
public static final long OFFSET$deviceLUIDValid -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$deviceUUID
public static final long SIZE$deviceUUID -
SIZE$driverUUID
public static final long SIZE$driverUUID -
SIZE$deviceLUID
public static final long SIZE$deviceLUID -
SIZE$deviceNodeMask
public static final long SIZE$deviceNodeMask -
SIZE$deviceLUIDValid
public static final long SIZE$deviceLUIDValid
-
-
Constructor Details
-
VkPhysicalDeviceIDProperties
Creates an instance of aVkPhysicalDeviceIDPropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
deviceUUIDRaw
-
deviceUUID
public tech.icey.panama.buffer.ByteBuffer deviceUUID() -
deviceUUID
public void deviceUUID(tech.icey.panama.buffer.ByteBuffer value) -
driverUUIDRaw
-
driverUUID
public tech.icey.panama.buffer.ByteBuffer driverUUID() -
driverUUID
public void driverUUID(tech.icey.panama.buffer.ByteBuffer value) -
deviceLUIDRaw
-
deviceLUID
public tech.icey.panama.buffer.ByteBuffer deviceLUID() -
deviceLUID
public void deviceLUID(tech.icey.panama.buffer.ByteBuffer value) -
deviceNodeMask
public int deviceNodeMask() -
deviceNodeMask
public void deviceNodeMask(int value) -
deviceLUIDValid
public int deviceLUIDValid() -
deviceLUIDValid
public void deviceLUIDValid(int 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
-