Struct Blittable<T>
Represents a value of blittable type as IBinaryFormattable<TSelf>.
Implements
Inherited Members
Namespace: DotNext.Buffers.Binary
Assembly: DotNext.dll
Syntax
public struct Blittable<T> : IBinaryFormattable<Blittable<T>> where T : unmanaged
Type Parameters
Name | Description |
---|---|
T | The blittable type. |
Fields
| Edit this page View SourceValue
A value of blittable type.
Declaration
public required T Value
Field Value
Type | Description |
---|---|
T |
Methods
| Edit this page View SourceToString()
Returns the fully qualified type name of this instance.
Declaration
public override readonly string? ToString()
Returns
Type | Description |
---|---|
string | The fully qualified type name. |