pub struct HeightMapUpdate {
pub tile_updates: Vec<HeightMapTileUpdate>,
}
Fields§
§tile_updates: Vec<HeightMapTileUpdate>
Trait Implementations§
Source§impl BaseParser for HeightMapUpdate
impl BaseParser for HeightMapUpdate
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 HeightMapUpdate
impl Clone for HeightMapUpdate
Source§fn clone(&self) -> HeightMapUpdate
fn clone(&self) -> HeightMapUpdate
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 HeightMapUpdate
impl Debug for HeightMapUpdate
Source§impl Default for HeightMapUpdate
impl Default for HeightMapUpdate
Source§fn default() -> HeightMapUpdate
fn default() -> HeightMapUpdate
Returns the “default value” for a type. Read more
Source§impl PacketVariable for HeightMapUpdate
impl PacketVariable for HeightMapUpdate
Source§impl PartialEq for HeightMapUpdate
impl PartialEq for HeightMapUpdate
impl StructuralPartialEq for HeightMapUpdate
Auto Trait Implementations§
impl Freeze for HeightMapUpdate
impl RefUnwindSafe for HeightMapUpdate
impl Send for HeightMapUpdate
impl Sync for HeightMapUpdate
impl Unpin for HeightMapUpdate
impl UnwindSafe for HeightMapUpdate
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