pub struct EditEvent {
pub ad_id: LegacyId,
pub name: String,
pub description: String,
}
Fields§
§ad_id: LegacyId
§name: String
§description: String
Trait Implementations§
Source§impl BaseParser for EditEvent
impl BaseParser for EditEvent
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 PacketVariable for EditEvent
impl PacketVariable for EditEvent
impl StructuralPartialEq for EditEvent
Auto Trait Implementations§
impl Freeze for EditEvent
impl RefUnwindSafe for EditEvent
impl Send for EditEvent
impl Sync for EditEvent
impl Unpin for EditEvent
impl UnwindSafe for EditEvent
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