Struct pepper::buffer::BufferProperties [−][src]
pub struct BufferProperties {
pub history_enabled: bool,
pub saving_enabled: bool,
pub is_file: bool,
pub word_database_enabled: bool,
}Fields
history_enabled: boolsaving_enabled: boolis_file: boolword_database_enabled: boolImplementations
Trait Implementations
Returns the “default value” for a type. Read more