#[repr(C)]pub struct EventInfoList {
pub next: *mut EventInfoList,
pub value: *mut EventInfo,
}Fields§
§next: *mut EventInfoList§value: *mut EventInfoTrait Implementations§
Source§impl Clone for EventInfoList
impl Clone for EventInfoList
Source§fn clone(&self) -> EventInfoList
fn clone(&self) -> EventInfoList
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 EventInfoList
Auto Trait Implementations§
impl !Send for EventInfoList
impl !Sync for EventInfoList
impl Freeze for EventInfoList
impl RefUnwindSafe for EventInfoList
impl Unpin for EventInfoList
impl UnsafeUnpin for EventInfoList
impl UnwindSafe for EventInfoList
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