Struct alto::ext::ALC_EXT_thread_local_context [] [src]

pub struct ALC_EXT_thread_local_context {
    pub alcSetThreadContext: ExtResult<unsafe extern "C" fn(_: *mut ALCcontext) -> ALCboolean>,
    pub alcGetThreadContext: ExtResult<unsafe extern "C" fn() -> *mut ALCcontext>,
}

Fields

Methods

impl ALC_EXT_thread_local_context
[src]

Trait Implementations

impl Debug for ALC_EXT_thread_local_context
[src]

Formats the value using the given formatter.