Struct windows_sys::Win32::NetworkManagement::NetManagement::TRANSPORT_INFO
#[repr(C)]pub struct TRANSPORT_INFO {
pub Type: TRANSPORT_TYPE,
pub SkipCertificateCheck: BOOLEAN,
}
Expand description
Required features: "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§
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