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