Struct genet_abi::context::Context[][src]

#[repr(C)]
pub struct Context { /* fields omitted */ }

A context object.

Methods

impl Context
[src]

Creates a new Context.

Returns a config value in the current profile.

Auto Trait Implementations

impl Send for Context

impl Sync for Context