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