Struct playdate_rs::Playdate
source · pub struct Playdate {
pub raw_api: *mut PlaydateAPI,
pub system: System,
pub file: FileSystem,
pub graphics: Graphics,
pub sprite: _Sprite,
pub display: Display,
pub sound: Sound,
pub scoreboards: Scoreboards,
pub lua: Lua,
}Fields§
§raw_api: *mut PlaydateAPI§system: System§file: FileSystem§graphics: Graphics§sprite: _Sprite§display: Display§sound: Sound§scoreboards: Scoreboards§lua: LuaTrait Implementations§
Auto Trait Implementations§
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