Trait method lrs::undef::UndefState::is_undef

Checks if a storage location is in an undefined state.

Syntax

unsafe fn is_undef(val: *const Self, n: usize) -> bool

Arguments

NameDescription
val

A storage location suitable to hold an object of type Self.

n

The id of the undefined state.

Remarks

This function behaves as follows: