Type Alias AppendMode

Source
pub type AppendMode = VSMapAppendMode;

Aliased Type§

#[repr(C)]
pub enum AppendMode { Replace = 0, Append = 1, }

Variants§

§

Replace = 0

All existing values associated with the key will be replaced with the new value.

§

Append = 1

The new value will be appended to the list of existing values associated with the key.