#[repr(C)]pub struct USE_OPTION_TRANSPORT_PARAMETERS {
pub Tag: u32,
pub Length: u16,
pub Reserved: u16,
}
Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
Tag: u32
Length: u16
Reserved: u16
Trait Implementations
impl Clone for USE_OPTION_TRANSPORT_PARAMETERS
impl Clone for USE_OPTION_TRANSPORT_PARAMETERS
impl Copy for USE_OPTION_TRANSPORT_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for USE_OPTION_TRANSPORT_PARAMETERS
impl Send for USE_OPTION_TRANSPORT_PARAMETERS
impl Sync for USE_OPTION_TRANSPORT_PARAMETERS
impl Unpin for USE_OPTION_TRANSPORT_PARAMETERS
impl UnwindSafe for USE_OPTION_TRANSPORT_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more