Struct EClrEvent
#[repr(transparent)]pub struct EClrEvent(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for EClrEvent
impl Eq for EClrEvent
impl StructuralPartialEq for EClrEvent
Auto Trait Implementations§
impl Freeze for EClrEvent
impl RefUnwindSafe for EClrEvent
impl Send for EClrEvent
impl Sync for EClrEvent
impl Unpin for EClrEvent
impl UnwindSafe for EClrEvent
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