pub(crate) struct SignalData {
pub(crate) signals: HashMap<c_int, Slot>,
pub(crate) next_id: u128,
}
Fields§
§signals: HashMap<c_int, Slot>
§next_id: u128
Trait Implementations§
Source§impl Clone for SignalData
impl Clone for SignalData
Source§fn clone(&self) -> SignalData
fn clone(&self) -> SignalData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SignalData
impl !RefUnwindSafe for SignalData
impl Send for SignalData
impl Sync for SignalData
impl Unpin for SignalData
impl !UnwindSafe for SignalData
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