#[repr(C)]pub struct Struct__InputHandler {
pub activity: c_int,
pub fileDescriptor: c_int,
pub handler: InputHandlerProc,
pub next: *mut Struct__InputHandler,
pub active: c_int,
pub userData: *mut c_void,
}
Fields§
§activity: c_int
§fileDescriptor: c_int
§handler: InputHandlerProc
§next: *mut Struct__InputHandler
§active: c_int
§userData: *mut c_void
Trait Implementations§
Source§impl Clone for Struct__InputHandler
impl Clone for Struct__InputHandler
Source§impl Default for Struct__InputHandler
impl Default for Struct__InputHandler
impl Copy for Struct__InputHandler
Auto Trait Implementations§
impl Freeze for Struct__InputHandler
impl RefUnwindSafe for Struct__InputHandler
impl !Send for Struct__InputHandler
impl !Sync for Struct__InputHandler
impl Unpin for Struct__InputHandler
impl UnwindSafe for Struct__InputHandler
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