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 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 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 for PhoneCollectionState
impl PartialEq for PhoneCollectionState
impl StructuralPartialEq for PhoneCollectionState
Auto Trait Implementations§
impl Freeze for PhoneCollectionState
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