#[repr(C)]pub struct CSSPuck {
pub gobj: *mut GOBJ,
pub port: u8_,
pub state: u8_,
pub held: u8_,
pub anim_timer: u8_,
pub pos_proj: Vec2,
pub pos_correct: Vec2,
}Fields§
§gobj: *mut GOBJ§port: u8_§state: u8_§held: u8_§anim_timer: u8_§pos_proj: Vec2§pos_correct: Vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSSPuck
impl RefUnwindSafe for CSSPuck
impl !Send for CSSPuck
impl !Sync for CSSPuck
impl Unpin for CSSPuck
impl UnwindSafe for CSSPuck
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