pub enum KeypadButtonWireLayout {
LegacyButtonOnly,
WithCallIdentity,
}Expand description
Non-canonical phone-originated keypad bodies selected by their exact body
length. None on ClientMessage::KeypadButton emits the current extended
layout.
Variants§
LegacyButtonOnly
Four-byte body carrying only the keypad value.
WithCallIdentity
Twelve-byte body carrying keypad value, line, and call identity.
Trait Implementations§
Source§impl Clone for KeypadButtonWireLayout
impl Clone for KeypadButtonWireLayout
Source§fn clone(&self) -> KeypadButtonWireLayout
fn clone(&self) -> KeypadButtonWireLayout
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 KeypadButtonWireLayout
Source§impl Debug for KeypadButtonWireLayout
impl Debug for KeypadButtonWireLayout
impl Eq for KeypadButtonWireLayout
Source§impl PartialEq for KeypadButtonWireLayout
impl PartialEq for KeypadButtonWireLayout
impl StructuralPartialEq for KeypadButtonWireLayout
Auto Trait Implementations§
impl Freeze for KeypadButtonWireLayout
impl RefUnwindSafe for KeypadButtonWireLayout
impl Send for KeypadButtonWireLayout
impl Sync for KeypadButtonWireLayout
impl Unpin for KeypadButtonWireLayout
impl UnsafeUnpin for KeypadButtonWireLayout
impl UnwindSafe for KeypadButtonWireLayout
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