pub struct SignalInfo {
pub event_flag: u16,
pub connection_id: u32,
}
Fields§
§event_flag: u16
§connection_id: u32
Trait Implementations§
Source§impl Clone for SignalInfo
impl Clone for SignalInfo
Source§fn clone(&self) -> SignalInfo
fn clone(&self) -> SignalInfo
Returns a copy 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 moreSource§impl Debug for SignalInfo
impl Debug for SignalInfo
impl Copy for SignalInfo
Auto Trait Implementations§
impl Freeze for SignalInfo
impl RefUnwindSafe for SignalInfo
impl Send for SignalInfo
impl Sync for SignalInfo
impl Unpin for SignalInfo
impl UnwindSafe for SignalInfo
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