#[repr(transparent)]pub struct QmiWmsCdmaServiceOption(pub c_uint);Expand description
CDMA service option selection.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWmsCdmaServiceOption
impl QmiWmsCdmaServiceOption
Sourcepub const AUTO: QmiWmsCdmaServiceOption
pub const AUTO: QmiWmsCdmaServiceOption
Automatic selection of service option.
pub const _6: QmiWmsCdmaServiceOption
pub const _14: QmiWmsCdmaServiceOption
Trait Implementations§
Source§impl Clone for QmiWmsCdmaServiceOption
impl Clone for QmiWmsCdmaServiceOption
Source§fn clone(&self) -> QmiWmsCdmaServiceOption
fn clone(&self) -> QmiWmsCdmaServiceOption
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 QmiWmsCdmaServiceOption
Source§impl Debug for QmiWmsCdmaServiceOption
impl Debug for QmiWmsCdmaServiceOption
impl Eq for QmiWmsCdmaServiceOption
Source§impl Hash for QmiWmsCdmaServiceOption
impl Hash for QmiWmsCdmaServiceOption
Source§impl PartialEq for QmiWmsCdmaServiceOption
impl PartialEq for QmiWmsCdmaServiceOption
impl StructuralPartialEq for QmiWmsCdmaServiceOption
Auto Trait Implementations§
impl Freeze for QmiWmsCdmaServiceOption
impl RefUnwindSafe for QmiWmsCdmaServiceOption
impl Send for QmiWmsCdmaServiceOption
impl Sync for QmiWmsCdmaServiceOption
impl Unpin for QmiWmsCdmaServiceOption
impl UnsafeUnpin for QmiWmsCdmaServiceOption
impl UnwindSafe for QmiWmsCdmaServiceOption
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