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_BlockHackPermsChanged: Event_VoidHeldBlockChanged: Event_VoidHacksStateChanged: Event_VoidTrait 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 _UserEventsList
impl !Send for _UserEventsList
impl !Sync for _UserEventsList
impl Unpin for _UserEventsList
impl UnwindSafe for _UserEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
