Struct windows_sys::Win32::Security::Cryptography::CERT_GENERAL_SUBTREE
#[repr(C)]pub struct CERT_GENERAL_SUBTREE {
pub Base: CERT_ALT_NAME_ENTRY,
pub dwMinimum: u32,
pub fMaximum: BOOL,
pub dwMaximum: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Base: CERT_ALT_NAME_ENTRY
§dwMinimum: u32
§fMaximum: BOOL
§dwMaximum: u32
Trait Implementations§
§impl Clone for CERT_GENERAL_SUBTREE
impl Clone for CERT_GENERAL_SUBTREE
impl Copy for CERT_GENERAL_SUBTREE
Auto Trait Implementations§
impl RefUnwindSafe for CERT_GENERAL_SUBTREE
impl !Send for CERT_GENERAL_SUBTREE
impl !Sync for CERT_GENERAL_SUBTREE
impl Unpin for CERT_GENERAL_SUBTREE
impl UnwindSafe for CERT_GENERAL_SUBTREE
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