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