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