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§
Sourcefn set_ring_chara(self, ring_data: impl Into<RingData>)
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§
impl<__T: ISynthesisRingInfoWindow_CharaPhoto> ISynthesisRingInfoWindow_CharaPhotoMethods for __T
Available on crate feature
app-synthesisringinfowindow only.