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