protected abstract class StructLayout.Field extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Field(int offset) |
| Modifier and Type | Method and Description |
|---|---|
StructLayout |
enclosing()
Gets the
Struct this Member is a member of. |
long |
offset()
Gets the offset within the structure for this field.
|
public final StructLayout enclosing()
Struct this Member is a member of.Struct.public final long offset()
Copyright © 2024. All rights reserved.