#[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