#[repr(transparent)]pub struct QmiWdsAddressAllocationPreference(pub c_uint);Expand description
Address allocation preference.
Since: 1.36
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsAddressAllocationPreference
impl QmiWdsAddressAllocationPreference
Sourcepub const NAS: QmiWdsAddressAllocationPreference
pub const NAS: QmiWdsAddressAllocationPreference
allocate via Network Access Stratum (NAS).
Sourcepub const DHCP: QmiWdsAddressAllocationPreference
pub const DHCP: QmiWdsAddressAllocationPreference
allocate via DHCP.
Trait Implementations§
Source§impl Clone for QmiWdsAddressAllocationPreference
impl Clone for QmiWdsAddressAllocationPreference
Source§fn clone(&self) -> QmiWdsAddressAllocationPreference
fn clone(&self) -> QmiWdsAddressAllocationPreference
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 QmiWdsAddressAllocationPreference
impl Eq for QmiWdsAddressAllocationPreference
impl StructuralPartialEq for QmiWdsAddressAllocationPreference
Auto Trait Implementations§
impl Freeze for QmiWdsAddressAllocationPreference
impl RefUnwindSafe for QmiWdsAddressAllocationPreference
impl Send for QmiWdsAddressAllocationPreference
impl Sync for QmiWdsAddressAllocationPreference
impl Unpin for QmiWdsAddressAllocationPreference
impl UnsafeUnpin for QmiWdsAddressAllocationPreference
impl UnwindSafe for QmiWdsAddressAllocationPreference
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