Struct DHCP_POL_COMPARATOR
#[repr(transparent)]pub struct DHCP_POL_COMPARATOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DHCP_POL_COMPARATOR
impl Clone for DHCP_POL_COMPARATOR
§fn clone(&self) -> DHCP_POL_COMPARATOR
fn clone(&self) -> DHCP_POL_COMPARATOR
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 more§impl Debug for DHCP_POL_COMPARATOR
impl Debug for DHCP_POL_COMPARATOR
§impl Default for DHCP_POL_COMPARATOR
impl Default for DHCP_POL_COMPARATOR
§fn default() -> DHCP_POL_COMPARATOR
fn default() -> DHCP_POL_COMPARATOR
Returns the “default value” for a type. Read more
§impl PartialEq for DHCP_POL_COMPARATOR
impl PartialEq for DHCP_POL_COMPARATOR
impl Copy for DHCP_POL_COMPARATOR
impl Eq for DHCP_POL_COMPARATOR
impl StructuralPartialEq for DHCP_POL_COMPARATOR
Auto Trait Implementations§
impl Freeze for DHCP_POL_COMPARATOR
impl RefUnwindSafe for DHCP_POL_COMPARATOR
impl Send for DHCP_POL_COMPARATOR
impl Sync for DHCP_POL_COMPARATOR
impl Unpin for DHCP_POL_COMPARATOR
impl UnwindSafe for DHCP_POL_COMPARATOR
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