#[repr(C)]pub struct TelopManager_ProcBondEngageBase_Sequence {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TelopManager_ProcBondEngageBase_Sequence
impl TelopManager_ProcBondEngageBase_Sequence
pub fn idle() -> Self
pub fn play_main_voice() -> Self
pub fn wait_main_voice() -> Self
pub fn interval() -> Self
pub fn play_sub_voice() -> Self
pub fn wait_sub_voice() -> Self
pub fn release() -> Self
Trait Implementations§
Source§impl Clone for TelopManager_ProcBondEngageBase_Sequence
impl Clone for TelopManager_ProcBondEngageBase_Sequence
Source§fn clone(&self) -> TelopManager_ProcBondEngageBase_Sequence
fn clone(&self) -> TelopManager_ProcBondEngageBase_Sequence
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 TelopManager_ProcBondEngageBase_Sequence
impl Debug for TelopManager_ProcBondEngageBase_Sequence
Source§impl IlType for TelopManager_ProcBondEngageBase_Sequence
impl IlType for TelopManager_ProcBondEngageBase_Sequence
Source§impl PartialEq for TelopManager_ProcBondEngageBase_Sequence
impl PartialEq for TelopManager_ProcBondEngageBase_Sequence
Source§fn eq(&self, other: &TelopManager_ProcBondEngageBase_Sequence) -> bool
fn eq(&self, other: &TelopManager_ProcBondEngageBase_Sequence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TelopManager_ProcBondEngageBase_Sequence
impl Eq for TelopManager_ProcBondEngageBase_Sequence
impl StructuralPartialEq for TelopManager_ProcBondEngageBase_Sequence
Auto Trait Implementations§
impl Freeze for TelopManager_ProcBondEngageBase_Sequence
impl RefUnwindSafe for TelopManager_ProcBondEngageBase_Sequence
impl Send for TelopManager_ProcBondEngageBase_Sequence
impl Sync for TelopManager_ProcBondEngageBase_Sequence
impl Unpin for TelopManager_ProcBondEngageBase_Sequence
impl UnwindSafe for TelopManager_ProcBondEngageBase_Sequence
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)