Available on crate feature
core only.Expand description
Represents an optional (possibly uninitialized) value.
Enums§
- NSTD
Optional - Represents an optional (possibly uninitialized) value.
Constants§
- NSTD_
OPTIONAL_ NONE - Describes an
NSTDOptionalwith no value. - NSTD_
OPTIONAL_ SOME - Describes an
NSTDOptionalwith “some” initialized value.
Type Aliases§
- NSTD
Optional Any - Represents an optional value of type
NSTDAny. - NSTD
Optional AnyMut - Represents an optional value of type
NSTDAnyMut. - NSTD
Optional AnyRef - Represents an optional value of type
NSTDAnyRef. - NSTD
Optional AnyRef Mut - Represents an optional value of type
NSTDAnyRefMut. - NSTD
Optional Bool - Represents an optional value of type
NSTDBool. - NSTD
Optional Char - Represents an optional value of type
NSTDChar. - NSTD
Optional Char8 - Represents an optional value of type
NSTDChar8. - NSTD
Optional Char16 - Represents an optional value of type
NSTDChar16. - NSTD
Optional Char32 - Represents an optional value of type
NSTDChar32. - NSTD
Optional Float32 - Represents an optional value of type
NSTDFloat32. - NSTD
Optional Float64 - Represents an optional value of type
NSTDFloat64. - NSTD
Optional Int - Represents an optional value of type
NSTDInt. - NSTD
Optional Int8 - Represents an optional value of type
NSTDInt8. - NSTD
Optional Int16 - Represents an optional value of type
NSTDInt16. - NSTD
Optional Int32 - Represents an optional value of type
NSTDInt32. - NSTD
Optional Int64 - Represents an optional value of type
NSTDInt64. - NSTD
Optional Ref - Represents an optional value of type
NSTDRef. - NSTD
Optional RefMut - Represents an optional value of type
NSTDRefMut. - NSTD
OptionalU Int - Represents an optional value of type
NSTDUInt. - NSTD
OptionalU Int8 - Represents an optional value of type
NSTDUInt8. - NSTD
OptionalU Int16 - Represents an optional value of type
NSTDUInt16. - NSTD
OptionalU Int32 - Represents an optional value of type
NSTDUInt32. - NSTD
OptionalU Int64 - Represents an optional value of type
NSTDUInt64.