pub struct GotoFrame2 {
pub play: bool,
pub scene_bias: usize,
}
Fields§
§play: bool
§scene_bias: usize
Trait Implementations§
Source§impl Debug for GotoFrame2
impl Debug for GotoFrame2
Source§impl<'de> Deserialize<'de> for GotoFrame2
impl<'de> Deserialize<'de> for GotoFrame2
Source§fn 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
Source§impl PartialEq for GotoFrame2
impl PartialEq for GotoFrame2
Source§impl Serialize for GotoFrame2
impl Serialize for GotoFrame2
impl Eq for GotoFrame2
impl StructuralPartialEq for GotoFrame2
Auto Trait Implementations§
impl Freeze for GotoFrame2
impl RefUnwindSafe for GotoFrame2
impl Send for GotoFrame2
impl Sync for GotoFrame2
impl Unpin for GotoFrame2
impl UnwindSafe for GotoFrame2
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