Trait playdate_graphics::bitmap::BitmapApi
source · pub trait BitmapApi {
type Api: Api;
// Required methods
fn api(&self) -> Self::Api
where Self::Api: Copy;
fn api_ref(&self) -> &Self::Api;
}pub trait BitmapApi {
type Api: Api;
// Required methods
fn api(&self) -> Self::Api
where Self::Api: Copy;
fn api_ref(&self) -> &Self::Api;
}