#[repr(C)]pub struct SignalReaderEvent {
pub type_: SignalReaderEventType,
pub data: *mut SignalReaderEventData,
}
Fields§
§type_: SignalReaderEventType
§data: *mut SignalReaderEventData
Trait Implementations§
Source§impl Clone for SignalReaderEvent
impl Clone for SignalReaderEvent
Source§fn clone(&self) -> SignalReaderEvent
fn clone(&self) -> SignalReaderEvent
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 moreSource§impl Debug for SignalReaderEvent
impl Debug for SignalReaderEvent
impl Copy for SignalReaderEvent
Auto Trait Implementations§
impl Freeze for SignalReaderEvent
impl RefUnwindSafe for SignalReaderEvent
impl !Send for SignalReaderEvent
impl !Sync for SignalReaderEvent
impl Unpin for SignalReaderEvent
impl UnwindSafe for SignalReaderEvent
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