Struct x11rb::rust_connection::NotifyOnDrop
source · struct NotifyOnDrop<'a>(&'a Condvar);
Expand description
Call notify_all
on a condition variable when dropped.
Tuple Fields§
§0: &'a Condvar
Trait Implementations§
source§impl<'a> Debug for NotifyOnDrop<'a>
impl<'a> Debug for NotifyOnDrop<'a>
Auto Trait Implementations§
impl<'a> Freeze for NotifyOnDrop<'a>
impl<'a> RefUnwindSafe for NotifyOnDrop<'a>
impl<'a> Send for NotifyOnDrop<'a>
impl<'a> Sync for NotifyOnDrop<'a>
impl<'a> Unpin for NotifyOnDrop<'a>
impl<'a> UnwindSafe for NotifyOnDrop<'a>
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