#[repr(transparent)]pub struct QmiWdsClientType(pub c_uint);Expand description
Client Type
Since: 1.18
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsClientType
impl QmiWdsClientType
Sourcepub const TETHERED: QmiWdsClientType
pub const TETHERED: QmiWdsClientType
client type tethered
Sourcepub const UNDEFINED: QmiWdsClientType
pub const UNDEFINED: QmiWdsClientType
no client type defined
Trait Implementations§
Source§impl Clone for QmiWdsClientType
impl Clone for QmiWdsClientType
Source§fn clone(&self) -> QmiWdsClientType
fn clone(&self) -> QmiWdsClientType
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 QmiWdsClientType
Source§impl Debug for QmiWdsClientType
impl Debug for QmiWdsClientType
impl Eq for QmiWdsClientType
Source§impl Hash for QmiWdsClientType
impl Hash for QmiWdsClientType
Source§impl PartialEq for QmiWdsClientType
impl PartialEq for QmiWdsClientType
impl StructuralPartialEq for QmiWdsClientType
Auto Trait Implementations§
impl Freeze for QmiWdsClientType
impl RefUnwindSafe for QmiWdsClientType
impl Send for QmiWdsClientType
impl Sync for QmiWdsClientType
impl Unpin for QmiWdsClientType
impl UnsafeUnpin for QmiWdsClientType
impl UnwindSafe for QmiWdsClientType
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