#[repr(C)]pub struct _CERT_GENERAL_SUBTREE {
pub Base: CERT_ALT_NAME_ENTRY,
pub dwMinimum: DWORD,
pub fMaximum: BOOL,
pub dwMaximum: DWORD,
}
Fields§
§Base: CERT_ALT_NAME_ENTRY
§dwMinimum: DWORD
§fMaximum: BOOL
§dwMaximum: DWORD
Trait Implementations§
Source§impl Clone for _CERT_GENERAL_SUBTREE
impl Clone for _CERT_GENERAL_SUBTREE
Source§fn clone(&self) -> _CERT_GENERAL_SUBTREE
fn clone(&self) -> _CERT_GENERAL_SUBTREE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _CERT_GENERAL_SUBTREE
Auto Trait Implementations§
impl Freeze for _CERT_GENERAL_SUBTREE
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