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