pub struct SBThreadEvent<'e> { /* private fields */ }Expand description
A thread event.
Implementations§
Source§impl<'e> SBThreadEvent<'e>
impl<'e> SBThreadEvent<'e>
pub const BROADCAST_BIT_STACK_CHANGED: u32 = 1u32
pub const BROADCAST_BIT_THREAD_SUSPENDED: u32 = 2u32
pub const BROADCAST_BIT_THREAD_RESUMED: u32 = 4u32
pub const BROADCAST_BIT_SELECTED_FRAME_CHANGED: u32 = 8u32
pub const BROADCAST_BIT_THREAD_SELECTED: u32 = 16u32
Auto Trait Implementations§
impl<'e> Freeze for SBThreadEvent<'e>
impl<'e> RefUnwindSafe for SBThreadEvent<'e>
impl<'e> Send for SBThreadEvent<'e>
impl<'e> Sync for SBThreadEvent<'e>
impl<'e> Unpin for SBThreadEvent<'e>
impl<'e> UnwindSafe for SBThreadEvent<'e>
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