logo
pub struct SessionOptions {
    pub cook_opt: CookOptions,
    pub threaded: bool,
    pub cleanup: bool,
    pub ignore_already_init: bool,
    pub env_files: Option<CString>,
    pub otl_path: Option<CString>,
    pub dso_path: Option<CString>,
    pub img_dso_path: Option<CString>,
    pub aud_dso_path: Option<CString>,
}
Expand description

Session options used in Session::initialize

Fields

cook_opt: CookOptions

Session cook options

threaded: bool

Create a Threaded server connection

cleanup: bool

Cleanup session upon close

ignore_already_init: bool

Do not error out if session is already initialized

env_files: Option<CString>otl_path: Option<CString>dso_path: Option<CString>img_dso_path: Option<CString>aud_dso_path: Option<CString>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.