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