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