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