Struct classicube_sys::_BlockEventsList
source ·
[−]#[repr(C)]pub struct _BlockEventsList {
pub PermissionsChanged: Event_Void,
pub BlockDefChanged: Event_Void,
}Fields
PermissionsChanged: Event_VoidBlockDefChanged: 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 _BlockEventsList
impl !Send for _BlockEventsList
impl !Sync for _BlockEventsList
impl Unpin for _BlockEventsList
impl UnwindSafe for _BlockEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
