Skip to main content

ISynthesisRingInfoWindow_CharaPhotoMethods

Trait ISynthesisRingInfoWindow_CharaPhotoMethods 

Source
pub trait ISynthesisRingInfoWindow_CharaPhotoMethods: ISynthesisRingInfoWindow_CharaPhoto {
    // Provided methods
    fn ctor(self) { ... }
    fn fade_in(self) { ... }
    fn fade_out(self) { ... }
    fn set_ring_chara(self, ring_data: impl Into<RingData>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn fade_in(self)

FadeIn() overload

Source

fn fade_out(self)

FadeOut() overload

Source

fn set_ring_chara(self, ring_data: impl Into<RingData>)

SetRingChara(crate::app::ringdata::RingData) 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: ISynthesisRingInfoWindow_CharaPhoto> ISynthesisRingInfoWindow_CharaPhotoMethods for __T

Available on crate feature app-synthesisringinfowindow only.