#[repr(C)]pub struct CSSCursor {
pub gobj: *mut GOBJ,
pub port: u8_,
pub state: u8_,
pub puck: u8_,
pub x7: u8_,
pub x8: u16_,
pub exit_timer: u16_,
pub pos: Vec2,
}Fields§
§gobj: *mut GOBJ§port: u8_§state: u8_§puck: u8_§x7: u8_§x8: u16_§exit_timer: u16_§pos: Vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSSCursor
impl RefUnwindSafe for CSSCursor
impl !Send for CSSCursor
impl !Sync for CSSCursor
impl Unpin for CSSCursor
impl UnwindSafe for CSSCursor
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