pub enum CallHeld {
None = 0,
HeldAndActive = 1,
Held = 2,
}
Expand description
The Callheld Indicator as specified in HFP v1.8, Section 4.10.3
Variants§
None = 0
No calls held.
HeldAndActive = 1
Call is placed on hold or active/held calls swapped (The AG has both an active AND a held call).
Held = 2
Call on hold, no active call.
Implementations§
Trait Implementations§
Source§impl TryFrom<i64> for CallHeld
impl TryFrom<i64> for CallHeld
Source§type Error = CallHeldIndicatorError
type Error = CallHeldIndicatorError
The type returned in the event of a conversion error.
impl Copy for CallHeld
impl Eq for CallHeld
impl StructuralPartialEq for CallHeld
Auto Trait Implementations§
impl Freeze for CallHeld
impl RefUnwindSafe for CallHeld
impl Send for CallHeld
impl Sync for CallHeld
impl Unpin for CallHeld
impl UnwindSafe for CallHeld
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)