#[repr(transparent)]pub struct QmiWdsCallType(pub c_uint);Expand description
Type of call to originate.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsCallType
impl QmiWdsCallType
Sourcepub const LAPTOP: QmiWdsCallType
pub const LAPTOP: QmiWdsCallType
Laptop call.
Sourcepub const EMBEDDED: QmiWdsCallType
pub const EMBEDDED: QmiWdsCallType
Embedded call.
Trait Implementations§
Source§impl Clone for QmiWdsCallType
impl Clone for QmiWdsCallType
Source§fn clone(&self) -> QmiWdsCallType
fn clone(&self) -> QmiWdsCallType
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 QmiWdsCallType
Source§impl Debug for QmiWdsCallType
impl Debug for QmiWdsCallType
impl Eq for QmiWdsCallType
Source§impl Hash for QmiWdsCallType
impl Hash for QmiWdsCallType
Source§impl PartialEq for QmiWdsCallType
impl PartialEq for QmiWdsCallType
impl StructuralPartialEq for QmiWdsCallType
Auto Trait Implementations§
impl Freeze for QmiWdsCallType
impl RefUnwindSafe for QmiWdsCallType
impl Send for QmiWdsCallType
impl Sync for QmiWdsCallType
impl Unpin for QmiWdsCallType
impl UnsafeUnpin for QmiWdsCallType
impl UnwindSafe for QmiWdsCallType
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