#[repr(transparent)]pub struct QmiWdsNetworkType(pub c_uint);Expand description
Network type of the data bearer.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsNetworkType
impl QmiWdsNetworkType
Sourcepub const UNKNOWN: QmiWdsNetworkType
pub const UNKNOWN: QmiWdsNetworkType
Unknown.
pub const _3GPP2: QmiWdsNetworkType
pub const _3GPP: QmiWdsNetworkType
Trait Implementations§
Source§impl Clone for QmiWdsNetworkType
impl Clone for QmiWdsNetworkType
Source§fn clone(&self) -> QmiWdsNetworkType
fn clone(&self) -> QmiWdsNetworkType
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 QmiWdsNetworkType
Source§impl Debug for QmiWdsNetworkType
impl Debug for QmiWdsNetworkType
impl Eq for QmiWdsNetworkType
Source§impl Hash for QmiWdsNetworkType
impl Hash for QmiWdsNetworkType
Source§impl PartialEq for QmiWdsNetworkType
impl PartialEq for QmiWdsNetworkType
impl StructuralPartialEq for QmiWdsNetworkType
Auto Trait Implementations§
impl Freeze for QmiWdsNetworkType
impl RefUnwindSafe for QmiWdsNetworkType
impl Send for QmiWdsNetworkType
impl Sync for QmiWdsNetworkType
impl Unpin for QmiWdsNetworkType
impl UnsafeUnpin for QmiWdsNetworkType
impl UnwindSafe for QmiWdsNetworkType
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