Struct windows::Win32::NetworkManagement::Dhcp::DHCP_OPTION_SCOPE_TYPE6
#[repr(transparent)]pub struct DHCP_OPTION_SCOPE_TYPE6(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DHCP_OPTION_SCOPE_TYPE6
impl Clone for DHCP_OPTION_SCOPE_TYPE6
§impl Debug for DHCP_OPTION_SCOPE_TYPE6
impl Debug for DHCP_OPTION_SCOPE_TYPE6
§impl Default for DHCP_OPTION_SCOPE_TYPE6
impl Default for DHCP_OPTION_SCOPE_TYPE6
§impl PartialEq for DHCP_OPTION_SCOPE_TYPE6
impl PartialEq for DHCP_OPTION_SCOPE_TYPE6
§fn eq(&self, other: &DHCP_OPTION_SCOPE_TYPE6) -> bool
fn eq(&self, other: &DHCP_OPTION_SCOPE_TYPE6) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_OPTION_SCOPE_TYPE6
impl Eq for DHCP_OPTION_SCOPE_TYPE6
impl StructuralEq for DHCP_OPTION_SCOPE_TYPE6
impl StructuralPartialEq for DHCP_OPTION_SCOPE_TYPE6
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_OPTION_SCOPE_TYPE6
impl Send for DHCP_OPTION_SCOPE_TYPE6
impl Sync for DHCP_OPTION_SCOPE_TYPE6
impl Unpin for DHCP_OPTION_SCOPE_TYPE6
impl UnwindSafe for DHCP_OPTION_SCOPE_TYPE6
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