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