Struct voicemeeter::interface::callback::register::CallbackGuard
source · pub struct CallbackGuard<'a, F> { /* private fields */ }
Available on crate feature
interface
only.Expand description
Guard type for the callback. If this is dropped the callback data will be leaked and newer dropped.
Auto Trait Implementations§
impl<'a, F> RefUnwindSafe for CallbackGuard<'a, F>where
F: RefUnwindSafe,
impl<'a, F> !Send for CallbackGuard<'a, F>
impl<'a, F> !Sync for CallbackGuard<'a, F>
impl<'a, F> Unpin for CallbackGuard<'a, F>
impl<'a, F> UnwindSafe for CallbackGuard<'a, F>where
F: RefUnwindSafe,
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