Struct classicube_sys::_UserEventsList
source · #[repr(C)]pub struct _UserEventsList {
pub BlockChanged: Event_Block,
pub HackPermsChanged: Event_Void,
pub HeldBlockChanged: Event_Void,
pub HacksStateChanged: Event_Void,
}
Fields§
§BlockChanged: Event_Block
§HackPermsChanged: Event_Void
§HeldBlockChanged: Event_Void
§HacksStateChanged: Event_Void
Trait Implementations§
source§impl Clone for _UserEventsList
impl Clone for _UserEventsList
source§fn clone(&self) -> _UserEventsList
fn clone(&self) -> _UserEventsList
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 _UserEventsList
impl Debug for _UserEventsList
source§impl Hash for _UserEventsList
impl Hash for _UserEventsList
source§impl PartialEq for _UserEventsList
impl PartialEq for _UserEventsList
source§fn eq(&self, other: &_UserEventsList) -> bool
fn eq(&self, other: &_UserEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _UserEventsList
impl Eq for _UserEventsList
impl StructuralPartialEq for _UserEventsList
Auto Trait Implementations§
impl Freeze for _UserEventsList
impl RefUnwindSafe for _UserEventsList
impl !Send for _UserEventsList
impl !Sync for _UserEventsList
impl Unpin for _UserEventsList
impl UnwindSafe for _UserEventsList
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
)