Struct windows_sys::Win32::Security::Authentication::Identity::SEC_DTLS_MTU
[−]#[repr(C)]pub struct SEC_DTLS_MTU {
pub PathMTU: u16,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
PathMTU: u16
Trait Implementations
impl Clone for SEC_DTLS_MTU
impl Clone for SEC_DTLS_MTU
impl Copy for SEC_DTLS_MTU
Auto Trait Implementations
impl RefUnwindSafe for SEC_DTLS_MTU
impl Send for SEC_DTLS_MTU
impl Sync for SEC_DTLS_MTU
impl Unpin for SEC_DTLS_MTU
impl UnwindSafe for SEC_DTLS_MTU
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