Dart
dart:ffi
StructAddressOf extension
StructAddressOf
Dart
dart:ffi
StructAddressOf extension
dart:ffi library
Classes
DartRepresentationOf
Double
DynamicLibrary
Float
Int8
Int16
Int32
Int64
IntPtr
NativeFunction
NativeType
Pointer
Struct
Uint8
Uint16
Uint32
Uint64
Unsized
Void
Extensions
DoublePointer
FloatPointer
Int8Pointer
Int16Pointer
Int32Pointer
Int64Pointer
IntPtrPointer
NativePort
PointerPointer
StructAddressOf
StructPointer
Uint8Pointer
Uint16Pointer
Uint32Pointer
Uint64Pointer
Constants
unsized
Properties
nullptr
Functions
sizeOf
description
StructAddressOf<
T extends Struct
>
extension
Extension on
Struct
specialized for it's subtypes.
on
T
Properties
addressOf
→
Pointer
<
T
>
Returns the address backing the reference.
read-only
Properties
addressOf