#[repr(transparent)]pub struct Dhcp4Event(pub i32);
Tuple Fields§
§0: i32
Implementations§
source§impl Dhcp4Event
impl Dhcp4Event
pub const SEND_DISCOVER: Dhcp4Event = _
pub const RCVD_OFFER: Dhcp4Event = _
pub const SELECT_OFFER: Dhcp4Event = _
pub const SEND_REQUEST: Dhcp4Event = _
pub const RCVD_ACK: Dhcp4Event = _
pub const RCVD_NAK: Dhcp4Event = _
pub const SEND_DECLINE: Dhcp4Event = _
pub const BOUND_COMPLETED: Dhcp4Event = _
pub const ENTER_RENEWING: Dhcp4Event = _
pub const ENTER_REBINDING: Dhcp4Event = _
pub const ADDRESS_LOST: Dhcp4Event = _
pub const FAIL: Dhcp4Event = _
Trait Implementations§
source§impl Clone for Dhcp4Event
impl Clone for Dhcp4Event
source§fn clone(&self) -> Dhcp4Event
fn clone(&self) -> Dhcp4Event
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Dhcp4Event
impl Debug for Dhcp4Event
source§impl Hash for Dhcp4Event
impl Hash for Dhcp4Event
source§impl Ord for Dhcp4Event
impl Ord for Dhcp4Event
source§fn cmp(&self, other: &Dhcp4Event) -> Ordering
fn cmp(&self, other: &Dhcp4Event) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Dhcp4Event
impl PartialEq for Dhcp4Event
source§impl PartialOrd for Dhcp4Event
impl PartialOrd for Dhcp4Event
impl Copy for Dhcp4Event
impl Eq for Dhcp4Event
impl StructuralPartialEq for Dhcp4Event
Auto Trait Implementations§
impl Freeze for Dhcp4Event
impl RefUnwindSafe for Dhcp4Event
impl Send for Dhcp4Event
impl Sync for Dhcp4Event
impl Unpin for Dhcp4Event
impl UnwindSafe for Dhcp4Event
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)