pub trait IFriendListSequence_ProcZoom: IProcInst {
// Provided methods
fn m_zoom_object(self) -> GameObject { ... }
fn set_m_zoom_object(self, value: GameObject) { ... }
fn m_friend_list_content(self) -> FriendListContent { ... }
fn set_m_friend_list_content(self, value: FriendListContent) { ... }
fn m_picture(self) -> Sprite { ... }
fn set_m_picture(self, value: Sprite) { ... }
fn m_is_picture_s(self) -> bool { ... }
fn set_m_is_picture_s(self, value: bool) { ... }
}Provided Methods§
fn m_zoom_object(self) -> GameObject
fn set_m_zoom_object(self, value: GameObject)
fn m_friend_list_content(self) -> FriendListContent
fn set_m_friend_list_content(self, value: FriendListContent)
fn m_picture(self) -> Sprite
fn set_m_picture(self, value: Sprite)
fn m_is_picture_s(self) -> bool
fn set_m_is_picture_s(self, value: bool)
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.