#[repr(transparent)]pub struct QmiWdaLoopBackState(pub c_uint);Expand description
Loopback configuration state.
QMI_WDA_LOOPBACK_DISABLED: Disabled.
QMI_WDA_LOOPBACK_ENABLED: Enabled.
Since: 1.36
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for QmiWdaLoopBackState
impl Clone for QmiWdaLoopBackState
Source§fn clone(&self) -> QmiWdaLoopBackState
fn clone(&self) -> QmiWdaLoopBackState
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 QmiWdaLoopBackState
Source§impl Debug for QmiWdaLoopBackState
impl Debug for QmiWdaLoopBackState
impl Eq for QmiWdaLoopBackState
Source§impl Hash for QmiWdaLoopBackState
impl Hash for QmiWdaLoopBackState
Source§impl PartialEq for QmiWdaLoopBackState
impl PartialEq for QmiWdaLoopBackState
impl StructuralPartialEq for QmiWdaLoopBackState
Auto Trait Implementations§
impl Freeze for QmiWdaLoopBackState
impl RefUnwindSafe for QmiWdaLoopBackState
impl Send for QmiWdaLoopBackState
impl Sync for QmiWdaLoopBackState
impl Unpin for QmiWdaLoopBackState
impl UnsafeUnpin for QmiWdaLoopBackState
impl UnwindSafe for QmiWdaLoopBackState
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