Struct libretro_sys::DiskControlCallback[][src]

#[repr(C)]
pub struct DiskControlCallback { pub set_eject_state: SetEjectStateFn, pub get_eject_state: GetEjectStateFn, pub get_image_index: GetImageIndexFn, pub set_image_index: SetImageIndexFn, pub get_num_images: GetNumImagesFn, pub replace_image_index: ReplaceImageIndexFn, pub add_image_index: AddImageIndexFn, }

Fields

Trait Implementations

impl Clone for DiskControlCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DiskControlCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations