pub struct RateFlat {
pub rating: i32,
}
Fields§
§rating: i32
Trait Implementations§
Source§impl BaseParser for RateFlat
impl BaseParser for RateFlat
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 RateFlat
impl PacketVariable for RateFlat
impl StructuralPartialEq for RateFlat
Auto Trait Implementations§
impl Freeze for RateFlat
impl RefUnwindSafe for RateFlat
impl Send for RateFlat
impl Sync for RateFlat
impl Unpin for RateFlat
impl UnwindSafe for RateFlat
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