pub struct ConfirmBreedingResult {
pub breeding_nest_stuff_id: LegacyId,
pub result: i32,
}
Fields§
§breeding_nest_stuff_id: LegacyId
§result: i32
Trait Implementations§
Source§impl BaseParser for ConfirmBreedingResult
impl BaseParser for ConfirmBreedingResult
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for ConfirmBreedingResult
impl Clone for ConfirmBreedingResult
Source§fn clone(&self) -> ConfirmBreedingResult
fn clone(&self) -> ConfirmBreedingResult
Returns a duplicate 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 ConfirmBreedingResult
impl Debug for ConfirmBreedingResult
Source§impl Default for ConfirmBreedingResult
impl Default for ConfirmBreedingResult
Source§fn default() -> ConfirmBreedingResult
fn default() -> ConfirmBreedingResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConfirmBreedingResult
impl PartialEq for ConfirmBreedingResult
impl StructuralPartialEq for ConfirmBreedingResult
Auto Trait Implementations§
impl Freeze for ConfirmBreedingResult
impl RefUnwindSafe for ConfirmBreedingResult
impl Send for ConfirmBreedingResult
impl Sync for ConfirmBreedingResult
impl Unpin for ConfirmBreedingResult
impl UnwindSafe for ConfirmBreedingResult
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