pub enum Direction {
MobileOriginated,
MobileTerminated,
}
Expand description
The direction of call initiation.
Variants§
MobileOriginated
Call originated on this device. This is also known as an Outgoing call.
MobileTerminated
Call is terminated on this device. This is also known as an Incoming call.
Trait Implementations§
Source§impl From<CallDirection> for Direction
impl From<CallDirection> for Direction
Source§fn from(x: FidlCallDirection) -> Self
fn from(x: FidlCallDirection) -> Self
Converts to this type from the input type.
impl Copy for Direction
impl StructuralPartialEq for Direction
Auto Trait Implementations§
impl Freeze for Direction
impl RefUnwindSafe for Direction
impl Send for Direction
impl Sync for Direction
impl Unpin for Direction
impl UnwindSafe for Direction
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
)