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_Int
§Changed: Event_Int
§Removed: Event_Int
Trait Implementations§
source§impl Clone for _TabListEventsList
impl Clone for _TabListEventsList
source§fn clone(&self) -> _TabListEventsList
fn clone(&self) -> _TabListEventsList
Returns a copy 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 _TabListEventsList
impl Debug for _TabListEventsList
source§impl Hash for _TabListEventsList
impl Hash for _TabListEventsList
source§impl PartialEq for _TabListEventsList
impl PartialEq for _TabListEventsList
source§fn eq(&self, other: &_TabListEventsList) -> bool
fn eq(&self, other: &_TabListEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _TabListEventsList
impl Eq for _TabListEventsList
impl StructuralPartialEq for _TabListEventsList
Auto Trait Implementations§
impl Freeze for _TabListEventsList
impl RefUnwindSafe for _TabListEventsList
impl !Send for _TabListEventsList
impl !Sync for _TabListEventsList
impl Unpin for _TabListEventsList
impl UnwindSafe for _TabListEventsList
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)