pub struct AOCSpawnInfant {
pub child_id: u16,
pub typ: u8,
}
Fields§
§child_id: u16
§typ: u8
Trait Implementations§
Source§impl Clone for AOCSpawnInfant
impl Clone for AOCSpawnInfant
Source§fn clone(&self) -> AOCSpawnInfant
fn clone(&self) -> AOCSpawnInfant
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AOCSpawnInfant
impl Debug for AOCSpawnInfant
Source§impl Deserialize for AOCSpawnInfant
impl Deserialize for AOCSpawnInfant
Source§type Output = AOCSpawnInfant
type Output = AOCSpawnInfant
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSpawnInfant
impl PartialEq for AOCSpawnInfant
Source§impl Serialize for AOCSpawnInfant
impl Serialize for AOCSpawnInfant
type Input = AOCSpawnInfant
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSpawnInfant
Auto Trait Implementations§
impl Freeze for AOCSpawnInfant
impl RefUnwindSafe for AOCSpawnInfant
impl Send for AOCSpawnInfant
impl Sync for AOCSpawnInfant
impl Unpin for AOCSpawnInfant
impl UnwindSafe for AOCSpawnInfant
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