Skip to main content

IFishingPictureBookSequenceMethods

Trait IFishingPictureBookSequenceMethods 

Source
pub trait IFishingPictureBookSequenceMethods: IFishingPictureBookSequence {
    // Provided methods
    fn on_shutdown(self) { ... }
    fn load_resource(self) { ... }
    fn is_loading_resource(self) -> bool { ... }
    fn open(self) { ... }
    fn unload_resource(self) { ... }
    fn exit(self) { ... }
    fn create_picture_book_menu(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_shutdown(self)

OnShutdown() overload

Source

fn load_resource(self)

LoadResource() overload

Source

fn is_loading_resource(self) -> bool

IsLoadingResource() overload

Source

fn open(self)

Open() overload

Source

fn unload_resource(self)

UnloadResource() overload

Source

fn exit(self)

Exit() overload

Source

fn create_picture_book_menu(self)

CreatePictureBookMenu() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IFishingPictureBookSequence> IFishingPictureBookSequenceMethods for __T

Available on crate feature app-fishingpicturebooksequence only.