#[repr(transparent)]pub struct Dhcp4State(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl Dhcp4State
impl Dhcp4State
pub const STOPPED: Dhcp4State
pub const INIT: Dhcp4State
pub const SELECTING: Dhcp4State
pub const REQUESTING: Dhcp4State
pub const BOUND: Dhcp4State
pub const RENEWING: Dhcp4State
pub const REBINDING: Dhcp4State
pub const INIT_REBOOT: Dhcp4State
pub const REBOOTING: Dhcp4State
Trait Implementations§
Source§impl Clone for Dhcp4State
impl Clone for Dhcp4State
Source§fn clone(&self) -> Dhcp4State
fn clone(&self) -> Dhcp4State
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Dhcp4State
impl Debug for Dhcp4State
Source§impl Hash for Dhcp4State
impl Hash for Dhcp4State
Source§impl Ord for Dhcp4State
impl Ord for Dhcp4State
Source§impl PartialEq for Dhcp4State
impl PartialEq for Dhcp4State
Source§impl PartialOrd for Dhcp4State
impl PartialOrd for Dhcp4State
Source§fn partial_cmp(&self, other: &Dhcp4State) -> Option<Ordering>
fn partial_cmp(&self, other: &Dhcp4State) -> Option<Ordering>
impl Copy for Dhcp4State
impl Eq for Dhcp4State
impl StructuralPartialEq for Dhcp4State
Auto Trait Implementations§
impl Freeze for Dhcp4State
impl RefUnwindSafe for Dhcp4State
impl Send for Dhcp4State
impl Sync for Dhcp4State
impl Unpin for Dhcp4State
impl UnwindSafe for Dhcp4State
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)