pub struct ALC_EXT_DISCONNECT {
pub ALC_CONNECTED: ExtResult<ALCenum>,
}
Fields§
§ALC_CONNECTED: ExtResult<ALCenum>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ALC_EXT_DISCONNECT
impl RefUnwindSafe for ALC_EXT_DISCONNECT
impl Send for ALC_EXT_DISCONNECT
impl Sync for ALC_EXT_DISCONNECT
impl Unpin for ALC_EXT_DISCONNECT
impl UnwindSafe for ALC_EXT_DISCONNECT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more