pub struct PhoneServiceExtendedRouting {
pub sequence_flag: u32,
pub display_priority: u32,
pub conference_id: u32,
pub application_instance_id: u32,
pub routing: u32,
}Expand description
Additional selectors carried only by the extended application envelope.
Fields§
§sequence_flag: u32Sender-defined continuation marker retained without interpretation.
display_priority: u32Sender-defined display ordering hint retained without interpretation.
conference_id: u32Conference association from the extended envelope, or zero when absent.
application_instance_id: u32Instance discriminator for applications with concurrent executions.
routing: u32Sender-defined routing selector retained without interpretation.
Trait Implementations§
Source§impl Clone for PhoneServiceExtendedRouting
impl Clone for PhoneServiceExtendedRouting
Source§fn clone(&self) -> PhoneServiceExtendedRouting
fn clone(&self) -> PhoneServiceExtendedRouting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhoneServiceExtendedRouting
Source§impl Debug for PhoneServiceExtendedRouting
impl Debug for PhoneServiceExtendedRouting
Source§impl Default for PhoneServiceExtendedRouting
impl Default for PhoneServiceExtendedRouting
Source§fn default() -> PhoneServiceExtendedRouting
fn default() -> PhoneServiceExtendedRouting
Returns the “default value” for a type. Read more
impl Eq for PhoneServiceExtendedRouting
impl StructuralPartialEq for PhoneServiceExtendedRouting
Auto Trait Implementations§
impl Freeze for PhoneServiceExtendedRouting
impl RefUnwindSafe for PhoneServiceExtendedRouting
impl Send for PhoneServiceExtendedRouting
impl Sync for PhoneServiceExtendedRouting
impl Unpin for PhoneServiceExtendedRouting
impl UnsafeUnpin for PhoneServiceExtendedRouting
impl UnwindSafe for PhoneServiceExtendedRouting
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