pub struct controlpoint_endtouch {
pub player: i32,
pub area: i32,
}Fields§
§player: i32§area: i32Auto Trait Implementations§
impl Freeze for controlpoint_endtouch
impl RefUnwindSafe for controlpoint_endtouch
impl Send for controlpoint_endtouch
impl Sync for controlpoint_endtouch
impl Unpin for controlpoint_endtouch
impl UnwindSafe for controlpoint_endtouch
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