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