pub struct DoInitAction {
pub sprite_id: u16,
pub actions: Vec<u8>,
}
Fields§
§sprite_id: u16
§actions: Vec<u8>
Trait Implementations§
Source§impl Clone for DoInitAction
impl Clone for DoInitAction
Source§fn clone(&self) -> DoInitAction
fn clone(&self) -> DoInitAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DoInitAction
impl Debug for DoInitAction
Source§impl<'de> Deserialize<'de> for DoInitAction
impl<'de> Deserialize<'de> for DoInitAction
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 Hash for DoInitAction
impl Hash for DoInitAction
Source§impl Ord for DoInitAction
impl Ord for DoInitAction
Source§fn cmp(&self, other: &DoInitAction) -> Ordering
fn cmp(&self, other: &DoInitAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DoInitAction
impl PartialEq for DoInitAction
Source§impl PartialOrd for DoInitAction
impl PartialOrd for DoInitAction
Source§impl Serialize for DoInitAction
impl Serialize for DoInitAction
impl Eq for DoInitAction
impl StructuralPartialEq for DoInitAction
Auto Trait Implementations§
impl Freeze for DoInitAction
impl RefUnwindSafe for DoInitAction
impl Send for DoInitAction
impl Sync for DoInitAction
impl Unpin for DoInitAction
impl UnwindSafe for DoInitAction
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