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 for GetHeightMap
impl PartialEq for GetHeightMap
impl StructuralPartialEq for GetHeightMap
Auto Trait Implementations§
impl Freeze for GetHeightMap
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