Struct classicube_sys::_TabListEventsList
source ·
[−]#[repr(C)]pub struct _TabListEventsList {
pub Added: Event_Int,
pub Changed: Event_Int,
pub Removed: Event_Int,
}Fields
Added: Event_IntChanged: Event_IntRemoved: Event_IntTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _TabListEventsList
impl !Send for _TabListEventsList
impl !Sync for _TabListEventsList
impl Unpin for _TabListEventsList
impl UnwindSafe for _TabListEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
