pub enum Call {
None = 0,
Some = 1,
}
Expand description
The Call Indicator as specified in HFP v1.8, Section 4.10.1
Variants§
None = 0
There are no calls present in the AG (active or held).
Some = 1
There is at least one call present in the AG (active or held).
Implementations§
Trait Implementations§
Source§impl TryFrom<i64> for Call
impl TryFrom<i64> for Call
Source§type Error = CallIndicatorError
type Error = CallIndicatorError
The type returned in the event of a conversion error.
impl Copy for Call
impl Eq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations§
impl Freeze for Call
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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
)