pub struct GetHeightMap {}
Trait Implementations§
source§impl BaseParser for GetHeightMap
impl BaseParser for GetHeightMap
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 GetHeightMap
impl Clone for GetHeightMap
source§fn clone(&self) -> GetHeightMap
fn clone(&self) -> GetHeightMap
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 GetHeightMap
impl Debug for GetHeightMap
source§impl Default for GetHeightMap
impl Default for GetHeightMap
source§fn default() -> GetHeightMap
fn default() -> GetHeightMap
Returns the “default value” for a type. Read more
source§impl PacketVariable for GetHeightMap
impl PacketVariable for GetHeightMap
source§impl PartialEq<GetHeightMap> for GetHeightMap
impl PartialEq<GetHeightMap> for GetHeightMap
source§fn eq(&self, other: &GetHeightMap) -> bool
fn eq(&self, other: &GetHeightMap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetHeightMap
Auto Trait Implementations§
impl RefUnwindSafe for GetHeightMap
impl Send for GetHeightMap
impl Sync for GetHeightMap
impl Unpin for GetHeightMap
impl UnwindSafe for GetHeightMap
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