#[repr(transparent)]pub struct QmiWdaLinkLayerProtocol(pub c_uint);Expand description
Link layer protocol.
Since: 1.10
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdaLinkLayerProtocol
impl QmiWdaLinkLayerProtocol
Sourcepub const UNKNOWN: QmiWdaLinkLayerProtocol
pub const UNKNOWN: QmiWdaLinkLayerProtocol
Unknown.
pub const _802_3: QmiWdaLinkLayerProtocol
Sourcepub const RAW_IP: QmiWdaLinkLayerProtocol
pub const RAW_IP: QmiWdaLinkLayerProtocol
Raw IP mode.
Trait Implementations§
Source§impl Clone for QmiWdaLinkLayerProtocol
impl Clone for QmiWdaLinkLayerProtocol
Source§fn clone(&self) -> QmiWdaLinkLayerProtocol
fn clone(&self) -> QmiWdaLinkLayerProtocol
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 QmiWdaLinkLayerProtocol
Source§impl Debug for QmiWdaLinkLayerProtocol
impl Debug for QmiWdaLinkLayerProtocol
impl Eq for QmiWdaLinkLayerProtocol
Source§impl Hash for QmiWdaLinkLayerProtocol
impl Hash for QmiWdaLinkLayerProtocol
Source§impl PartialEq for QmiWdaLinkLayerProtocol
impl PartialEq for QmiWdaLinkLayerProtocol
impl StructuralPartialEq for QmiWdaLinkLayerProtocol
Auto Trait Implementations§
impl Freeze for QmiWdaLinkLayerProtocol
impl RefUnwindSafe for QmiWdaLinkLayerProtocol
impl Send for QmiWdaLinkLayerProtocol
impl Sync for QmiWdaLinkLayerProtocol
impl Unpin for QmiWdaLinkLayerProtocol
impl UnsafeUnpin for QmiWdaLinkLayerProtocol
impl UnwindSafe for QmiWdaLinkLayerProtocol
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