Struct alto::ext::ALC_SOFT_pause_device [] [src]

pub struct ALC_SOFT_pause_device {
    pub alcDevicePauseSOFT: ExtResult<unsafe extern "C" fn(_: *mut ALCdevice)>,
    pub alcDeviceResumeSOFT: ExtResult<unsafe extern "C" fn(_: *mut ALCdevice)>,
}

Fields

Methods

impl ALC_SOFT_pause_device
[src]

Trait Implementations

impl Debug for ALC_SOFT_pause_device
[src]

Formats the value using the given formatter.