pub struct UpEvent {
pub idx: c_int,
}
Fields§
§idx: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpEvent
impl RefUnwindSafe for UpEvent
impl Send for UpEvent
impl Sync for UpEvent
impl Unpin for UpEvent
impl UnwindSafe for UpEvent
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