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