pub struct ContinuousBallControlTouch {
pub player_id: PlayerId,
pub is_airborne: bool,
}Fields§
§player_id: PlayerId§is_airborne: boolTrait Implementations§
Source§impl Clone for ContinuousBallControlTouch
impl Clone for ContinuousBallControlTouch
Source§fn clone(&self) -> ContinuousBallControlTouch
fn clone(&self) -> ContinuousBallControlTouch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ContinuousBallControlTouch
impl RefUnwindSafe for ContinuousBallControlTouch
impl Send for ContinuousBallControlTouch
impl Sync for ContinuousBallControlTouch
impl Unpin for ContinuousBallControlTouch
impl UnsafeUnpin for ContinuousBallControlTouch
impl UnwindSafe for ContinuousBallControlTouch
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