Package jnr.ffi
Class Struct.Alignment
java.lang.Object
java.lang.Number
jnr.ffi.Struct.Alignment
- All Implemented Interfaces:
Serializable
- Enclosing class:
Struct
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
Alignment
public Alignment(int alignment)
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-