#[repr(C)]pub struct _BlockEventsList {
pub PermissionsChanged: Event_Void,
pub BlockDefChanged: Event_Void,
}
Fields§
§PermissionsChanged: Event_Void
§BlockDefChanged: Event_Void
Trait Implementations§
Source§impl Clone for _BlockEventsList
impl Clone for _BlockEventsList
Source§fn clone(&self) -> _BlockEventsList
fn clone(&self) -> _BlockEventsList
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 _BlockEventsList
impl Debug for _BlockEventsList
Source§impl Hash for _BlockEventsList
impl Hash for _BlockEventsList
Source§impl PartialEq for _BlockEventsList
impl PartialEq for _BlockEventsList
impl Copy for _BlockEventsList
impl Eq for _BlockEventsList
impl StructuralPartialEq for _BlockEventsList
Auto Trait Implementations§
impl Freeze for _BlockEventsList
impl RefUnwindSafe for _BlockEventsList
impl !Send for _BlockEventsList
impl !Sync for _BlockEventsList
impl Unpin for _BlockEventsList
impl UnwindSafe for _BlockEventsList
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