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