The time after which the prefix will no longer be valid.
Its value must be greater than 0. A value of
ZX_TIME_INFINITE indicates that the prefix will always
be valid. If the value indicates a time in the past,
the prefix is invalid and should not be used.
As a zx.Time, the value has
monotonic clock semantics, which implies
that it has no meaning outside of the host on which it
was generated and no meaning across host restarts.
The time after which the prefix will no longer be preferred.
Its value must be greater than 0. A value of
ZX_TIME_INFINITE indicates that the prefix will always
be preferred. If the value indicates a time in the past,
the prefix should be considered deprecated. The value must not
refer to a time after [valid_until].
As a zx.Time, the value has
monotonic clock semantics,
which implies that it has no meaning outside of the host on
which it was generated and no meaning across host restarts.
Returns true if the memory layout of Self::Owned matches the FIDL wire
format and encoding requires no validation. When true, we can optimize
encoding arrays and vectors of Self::Owned to a single memcpy. Read more
Returns true if the memory layout of Self::Owned matches the FIDL wire
format and decoding requires no validation. When true, we can optimize
decoding arrays and vectors of Self::Owned to a single memcpy.