pub struct PhoneCollectionState {
pub phone_status_code: i32,
pub collection_status_code: i32,
pub milliseconds_to_allow_process_reset: i32,
}
Fields§
§phone_status_code: i32
§collection_status_code: i32
§milliseconds_to_allow_process_reset: i32
Trait Implementations§
source§impl BaseParser for PhoneCollectionState
impl BaseParser for PhoneCollectionState
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 PhoneCollectionState
impl Clone for PhoneCollectionState
source§fn clone(&self) -> PhoneCollectionState
fn clone(&self) -> PhoneCollectionState
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 PhoneCollectionState
impl Debug for PhoneCollectionState
source§impl Default for PhoneCollectionState
impl Default for PhoneCollectionState
source§fn default() -> PhoneCollectionState
fn default() -> PhoneCollectionState
Returns the “default value” for a type. Read more
source§impl PartialEq<PhoneCollectionState> for PhoneCollectionState
impl PartialEq<PhoneCollectionState> for PhoneCollectionState
source§fn eq(&self, other: &PhoneCollectionState) -> bool
fn eq(&self, other: &PhoneCollectionState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PhoneCollectionState
Auto Trait Implementations§
impl RefUnwindSafe for PhoneCollectionState
impl Send for PhoneCollectionState
impl Sync for PhoneCollectionState
impl Unpin for PhoneCollectionState
impl UnwindSafe for PhoneCollectionState
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