pub type LCDSpriteUpdateFunction = Option<unsafe extern "C" fn(sprite: *mut LCDSprite)>;Aliased Type§
pub enum LCDSpriteUpdateFunction {
None,
Some(unsafe extern "C" fn(*mut LCDSprite)),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.