#[repr(transparent)]pub struct QmiWdsIpSupportType(pub c_uint);Expand description
IP support type.
Since: 1.28
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsIpSupportType
impl QmiWdsIpSupportType
Sourcepub const IPV4: QmiWdsIpSupportType
pub const IPV4: QmiWdsIpSupportType
IPv4 type.
Sourcepub const IPV6: QmiWdsIpSupportType
pub const IPV6: QmiWdsIpSupportType
IPv6 type.
Sourcepub const IPV4V6: QmiWdsIpSupportType
pub const IPV4V6: QmiWdsIpSupportType
IPv4v6 type.
Trait Implementations§
Source§impl Clone for QmiWdsIpSupportType
impl Clone for QmiWdsIpSupportType
Source§fn clone(&self) -> QmiWdsIpSupportType
fn clone(&self) -> QmiWdsIpSupportType
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 QmiWdsIpSupportType
Source§impl Debug for QmiWdsIpSupportType
impl Debug for QmiWdsIpSupportType
impl Eq for QmiWdsIpSupportType
Source§impl Hash for QmiWdsIpSupportType
impl Hash for QmiWdsIpSupportType
Source§impl PartialEq for QmiWdsIpSupportType
impl PartialEq for QmiWdsIpSupportType
impl StructuralPartialEq for QmiWdsIpSupportType
Auto Trait Implementations§
impl Freeze for QmiWdsIpSupportType
impl RefUnwindSafe for QmiWdsIpSupportType
impl Send for QmiWdsIpSupportType
impl Sync for QmiWdsIpSupportType
impl Unpin for QmiWdsIpSupportType
impl UnsafeUnpin for QmiWdsIpSupportType
impl UnwindSafe for QmiWdsIpSupportType
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