#[repr(i32)]pub enum EVENT_TYPE {
UPDATE_OBJECT = 1,
CHANGE_EDIT_FRAME = 2,
CHANGE_EDIT_SCENE = 3,
CHANGE_FOCUS_OBJECT = 4,
}Expand description
イベント種別
Variants§
UPDATE_OBJECT = 1
オブジェクト情報の更新
CHANGE_EDIT_FRAME = 2
現在の編集フレームの移動
CHANGE_EDIT_SCENE = 3
現在の編集シーンの変更
CHANGE_FOCUS_OBJECT = 4
選択されているオブジェクトの変更
Trait Implementations§
Source§impl Clone for EVENT_TYPE
impl Clone for EVENT_TYPE
Source§fn clone(&self) -> EVENT_TYPE
fn clone(&self) -> EVENT_TYPE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EVENT_TYPE
Source§impl Debug for EVENT_TYPE
impl Debug for EVENT_TYPE
impl Eq for EVENT_TYPE
Source§impl Hash for EVENT_TYPE
impl Hash for EVENT_TYPE
Source§impl PartialEq for EVENT_TYPE
impl PartialEq for EVENT_TYPE
impl StructuralPartialEq for EVENT_TYPE
Auto Trait Implementations§
impl Freeze for EVENT_TYPE
impl RefUnwindSafe for EVENT_TYPE
impl Send for EVENT_TYPE
impl Sync for EVENT_TYPE
impl Unpin for EVENT_TYPE
impl UnsafeUnpin for EVENT_TYPE
impl UnwindSafe for EVENT_TYPE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more