Struct windows_sys::Win32::NetworkManagement::Rras::MPR_CERT_EKU
#[repr(C)]pub struct MPR_CERT_EKU {
pub dwSize: u32,
pub IsEKUOID: BOOL,
pub pwszEKU: PWSTR,
}
Expand description
Required features: "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§
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