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