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