epoll_event_align class

Inheritance
Annotations
  • @AbiSpecificIntegerMapping({ffi.Abi.androidArm : ffi.Uint64(), ffi.Abi.androidArm64 : ffi.Uint64(), ffi.Abi.androidIA32 : ffi.Uint64(), ffi.Abi.androidX64 : ffi.Uint64(), ffi.Abi.fuchsiaArm64 : ffi.Uint64(), ffi.Abi.fuchsiaX64 : ffi.Uint64(), ffi.Abi.iosArm : ffi.Uint64(), ffi.Abi.iosArm64 : ffi.Uint64(), ffi.Abi.linuxArm : ffi.Uint64(), ffi.Abi.linuxArm64 : ffi.Uint64(), ffi.Abi.linuxIA32 : ffi.Uint32(), ffi.Abi.linuxX64 : ffi.Uint32(), ffi.Abi.linuxRiscv32 : ffi.Uint64(), ffi.Abi.linuxRiscv64 : ffi.Uint64(), ffi.Abi.macosArm64 : ffi.Uint64(), ffi.Abi.macosX64 : ffi.Uint64(), ffi.Abi.windowsIA32 : ffi.Uint64(), ffi.Abi.windowsX64 : ffi.Uint64()})

Constructors

epoll_event_align()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited