pub struct Playdate { /* private fields */ }Methods from Deref<Target = PlaydateAPI>§
Sourcepub fn get_raw_api(&self) -> *mut PlaydateAPI
pub fn get_raw_api(&self) -> *mut PlaydateAPI
Returns a raw pointer to the raw playdate-rs-sys API.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Playdate
impl !RefUnwindSafe for Playdate
impl Unpin for Playdate
impl UnwindSafe for Playdate
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