#[repr(transparent)]pub struct QmiDeviceExpectedDataFormat(pub c_uint);Expand description
Data format expected by the kernel.
This type is only applicable when using the qmi_wwan kernel driver.
Since: 1.14
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiDeviceExpectedDataFormat
impl QmiDeviceExpectedDataFormat
Sourcepub const UNKNOWN: QmiDeviceExpectedDataFormat
pub const UNKNOWN: QmiDeviceExpectedDataFormat
Unknown.
pub const _802_3: QmiDeviceExpectedDataFormat
Sourcepub const RAW_IP: QmiDeviceExpectedDataFormat
pub const RAW_IP: QmiDeviceExpectedDataFormat
Raw IP.
Sourcepub const QMAP_PASS_THROUGH: QmiDeviceExpectedDataFormat
pub const QMAP_PASS_THROUGH: QmiDeviceExpectedDataFormat
QMAP pass-through. Since 1.28.
Trait Implementations§
Source§impl Clone for QmiDeviceExpectedDataFormat
impl Clone for QmiDeviceExpectedDataFormat
Source§fn clone(&self) -> QmiDeviceExpectedDataFormat
fn clone(&self) -> QmiDeviceExpectedDataFormat
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 QmiDeviceExpectedDataFormat
Source§impl Debug for QmiDeviceExpectedDataFormat
impl Debug for QmiDeviceExpectedDataFormat
impl Eq for QmiDeviceExpectedDataFormat
Source§impl Hash for QmiDeviceExpectedDataFormat
impl Hash for QmiDeviceExpectedDataFormat
impl StructuralPartialEq for QmiDeviceExpectedDataFormat
Auto Trait Implementations§
impl Freeze for QmiDeviceExpectedDataFormat
impl RefUnwindSafe for QmiDeviceExpectedDataFormat
impl Send for QmiDeviceExpectedDataFormat
impl Sync for QmiDeviceExpectedDataFormat
impl Unpin for QmiDeviceExpectedDataFormat
impl UnsafeUnpin for QmiDeviceExpectedDataFormat
impl UnwindSafe for QmiDeviceExpectedDataFormat
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