Struct windows_sys::Win32::NetworkManagement::Rras::MPR_CERT_EKU
[−]Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
IsEKUOID: BOOL
pwszEKU: PWSTR
Trait Implementations
impl Clone for MPR_CERT_EKU
impl Clone for MPR_CERT_EKU
impl Copy for MPR_CERT_EKU
Auto Trait Implementations
impl RefUnwindSafe for MPR_CERT_EKU
impl !Send for MPR_CERT_EKU
impl !Sync for MPR_CERT_EKU
impl Unpin for MPR_CERT_EKU
impl UnwindSafe for MPR_CERT_EKU
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