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