#[repr(C)]pub struct UnitSequence_Action {
pub 起動モーション: UnitAnim_Types,
pub 常駐モーション: UnitAnim_Types,
pub 正面回転: bool,
}Expand description
Fields§
§起動モーション: UnitAnim_Types§常駐モーション: UnitAnim_Types§正面回転: boolTrait Implementations§
Source§impl ClassIdentity for UnitSequence_Action
impl ClassIdentity for UnitSequence_Action
Source§impl Clone for UnitSequence_Action
impl Clone for UnitSequence_Action
Source§fn clone(&self) -> UnitSequence_Action
fn clone(&self) -> UnitSequence_Action
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 moreimpl Copy for UnitSequence_Action
Auto Trait Implementations§
impl Freeze for UnitSequence_Action
impl RefUnwindSafe for UnitSequence_Action
impl Send for UnitSequence_Action
impl Sync for UnitSequence_Action
impl Unpin for UnitSequence_Action
impl UnwindSafe for UnitSequence_Action
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)