#[repr(C)]pub struct TalkSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TalkSequence_Label
impl TalkSequence_Label
pub fn load() -> Self
pub fn fade_in() -> Self
pub fn sound_before() -> Self
pub fn main() -> Self
pub fn sound_after() -> Self
pub fn check_continue() -> Self
pub fn skip() -> Self
pub fn close() -> Self
pub fn skip_wait_to_end() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl ClassIdentity for TalkSequence_Label
impl ClassIdentity for TalkSequence_Label
Source§impl Clone for TalkSequence_Label
impl Clone for TalkSequence_Label
Source§fn clone(&self) -> TalkSequence_Label
fn clone(&self) -> TalkSequence_Label
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TalkSequence_Label
impl Debug for TalkSequence_Label
Source§impl PartialEq for TalkSequence_Label
impl PartialEq for TalkSequence_Label
impl Copy for TalkSequence_Label
impl Eq for TalkSequence_Label
impl StructuralPartialEq for TalkSequence_Label
Auto Trait Implementations§
impl Freeze for TalkSequence_Label
impl RefUnwindSafe for TalkSequence_Label
impl Send for TalkSequence_Label
impl Sync for TalkSequence_Label
impl Unpin for TalkSequence_Label
impl UnwindSafe for TalkSequence_Label
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)