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