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 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 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<RemainingMutePeriod> for RemainingMutePeriod
impl PartialEq<RemainingMutePeriod> for RemainingMutePeriod
source§fn eq(&self, other: &RemainingMutePeriod) -> bool
fn eq(&self, other: &RemainingMutePeriod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RemainingMutePeriod
Auto Trait Implementations§
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