#[repr(C)]pub struct event_handler_args {
pub usr: *mut c_void,
pub chid: chanId,
pub type_: c_long,
pub count: c_long,
pub dbr: *const c_void,
pub status: c_int,
}Fields§
§usr: *mut c_void§chid: chanId§type_: c_long§count: c_long§dbr: *const c_void§status: c_intTrait Implementations§
Source§impl Clone for event_handler_args
impl Clone for event_handler_args
Source§fn clone(&self) -> event_handler_args
fn clone(&self) -> event_handler_args
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 event_handler_args
impl Debug for event_handler_args
impl Copy for event_handler_args
Auto Trait Implementations§
impl Freeze for event_handler_args
impl RefUnwindSafe for event_handler_args
impl !Send for event_handler_args
impl !Sync for event_handler_args
impl Unpin for event_handler_args
impl UnwindSafe for event_handler_args
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