#[repr(C)]pub struct TRANSPORT_INFO {
pub Type: TRANSPORT_TYPE,
pub SkipCertificateCheck: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
Type: TRANSPORT_TYPE
SkipCertificateCheck: BOOLEAN
Trait Implementations
impl Clone for TRANSPORT_INFO
impl Clone for TRANSPORT_INFO
impl Copy for TRANSPORT_INFO
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORT_INFO
impl Send for TRANSPORT_INFO
impl Sync for TRANSPORT_INFO
impl Unpin for TRANSPORT_INFO
impl UnwindSafe for TRANSPORT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more