#[repr(transparent)]pub struct HUIAEVENT(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HUIAEVENT
impl Abi for HUIAEVENT
impl Copy for HUIAEVENT
impl Eq 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