pub const UNLOGGED_VALUE: u8 = 0b1;Expand description
The value stored in the log bit/byte indicating that the object or field is unlogged, i.e. it has not yet been recorded in the remembered set and the write barrier should still take its slow path.