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