pub struct OsThreadEvent(/* private fields */);Available on crate feature
os only.Expand description
The default ThreadEvent which uses the platform’s blocking primitives.
Trait Implementations§
Source§impl Debug for OsThreadEvent
impl Debug for OsThreadEvent
Source§impl Default for OsThreadEvent
impl Default for OsThreadEvent
Source§fn default() -> OsThreadEvent
fn default() -> OsThreadEvent
Returns the “default value” for a type. Read more
Source§impl ThreadEvent for OsThreadEvent
impl ThreadEvent for OsThreadEvent
impl Send for OsThreadEvent
impl Sync for OsThreadEvent
Auto Trait Implementations§
impl !Freeze for OsThreadEvent
impl RefUnwindSafe for OsThreadEvent
impl Unpin for OsThreadEvent
impl UnwindSafe for OsThreadEvent
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