#[repr(C)]pub struct CharacterEyeDart_State {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CharacterEyeDart_State
impl CharacterEyeDart_State
pub fn stay() -> Self
pub fn transition() -> Self
Trait Implementations§
Source§impl Clone for CharacterEyeDart_State
impl Clone for CharacterEyeDart_State
Source§fn clone(&self) -> CharacterEyeDart_State
fn clone(&self) -> CharacterEyeDart_State
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 CharacterEyeDart_State
impl Debug for CharacterEyeDart_State
Source§impl PartialEq for CharacterEyeDart_State
impl PartialEq for CharacterEyeDart_State
impl Copy for CharacterEyeDart_State
impl Eq for CharacterEyeDart_State
impl StructuralPartialEq for CharacterEyeDart_State
Auto Trait Implementations§
impl Freeze for CharacterEyeDart_State
impl RefUnwindSafe for CharacterEyeDart_State
impl Send for CharacterEyeDart_State
impl Sync for CharacterEyeDart_State
impl Unpin for CharacterEyeDart_State
impl UnwindSafe for CharacterEyeDart_State
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)