#[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
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