Package jnr.ffi

Class Struct.Alignment

java.lang.Object
java.lang.Number
jnr.ffi.Struct.Alignment
All Implemented Interfaces:
Serializable
Enclosing class:
Struct

public static final class Struct.Alignment extends Number
See Also:
  • Constructor Details

    • Alignment

      public Alignment(int alignment)
  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number