struct FlagOnDrop(Arc<OwnedFd>);
Expand description
This manages signalling to the PingSource when it’s dropped. There should only ever be one of these per PingSource.
Tuple Fields§
§0: Arc<OwnedFd>
Trait Implementations§
source§impl Debug for FlagOnDrop
impl Debug for FlagOnDrop
Auto Trait Implementations§
impl Freeze for FlagOnDrop
impl RefUnwindSafe for FlagOnDrop
impl Send for FlagOnDrop
impl Sync for FlagOnDrop
impl Unpin for FlagOnDrop
impl UnwindSafe for FlagOnDrop
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