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