Struct avm1_tree::actions::GotoFrame2
source · Fields
play: boolscene_bias: usizeTrait Implementations
sourceimpl Debug for GotoFrame2
impl Debug for GotoFrame2
sourceimpl<'de> Deserialize<'de> for GotoFrame2
impl<'de> Deserialize<'de> for GotoFrame2
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GotoFrame2> for GotoFrame2
impl PartialEq<GotoFrame2> for GotoFrame2
sourcefn eq(&self, other: &GotoFrame2) -> bool
fn eq(&self, other: &GotoFrame2) -> bool
sourceimpl Serialize for GotoFrame2
impl Serialize for GotoFrame2
impl Eq for GotoFrame2
impl StructuralEq for GotoFrame2
impl StructuralPartialEq for GotoFrame2
Auto Trait Implementations
impl RefUnwindSafe for GotoFrame2
impl Send for GotoFrame2
impl Sync for GotoFrame2
impl Unpin for GotoFrame2
impl UnwindSafe for GotoFrame2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more