pub struct ALCcontext_struct { /* private fields */ }
Auto Trait Implementations§
impl Freeze for ALCcontext_struct
impl RefUnwindSafe for ALCcontext_struct
impl Send for ALCcontext_struct
impl Sync for ALCcontext_struct
impl Unpin for ALCcontext_struct
impl UnwindSafe for ALCcontext_struct
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