Struct ao_rs::Settings [] [src]

pub struct Settings { /* fields omitted */ }

Ao settings.

Methods

impl Settings
[src]

Creates empty settings.

Appends a new setting to the list.

Panics

If the passed string or value contain inner zero bytes.

Returns the contained AoOption pointer.

Trait Implementations

impl Drop for Settings
[src]

A method called when the value goes out of scope. Read more