#[repr(C)]pub struct SignalReaderEvent {
pub type_: SignalReaderEventType,
pub data: *mut SignalReaderEventData,
}Fields§
§type_: SignalReaderEventType§data: *mut SignalReaderEventDataTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SignalReaderEvent
Auto Trait Implementations§
impl !Send for SignalReaderEvent
impl !Sync for SignalReaderEvent
impl Freeze for SignalReaderEvent
impl RefUnwindSafe for SignalReaderEvent
impl Unpin for SignalReaderEvent
impl UnsafeUnpin 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