#[repr(C)]pub struct __NCRYPT_SUPPORTED_LENGTHS {
pub dwMinLength: DWORD,
pub dwMaxLength: DWORD,
pub dwIncrement: DWORD,
pub dwDefaultLength: DWORD,
}
Fields§
§dwMinLength: DWORD
§dwMaxLength: DWORD
§dwIncrement: DWORD
§dwDefaultLength: DWORD
Trait Implementations§
Source§impl Clone for __NCRYPT_SUPPORTED_LENGTHS
impl Clone for __NCRYPT_SUPPORTED_LENGTHS
Source§fn clone(&self) -> __NCRYPT_SUPPORTED_LENGTHS
fn clone(&self) -> __NCRYPT_SUPPORTED_LENGTHS
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 moreSource§impl Debug for __NCRYPT_SUPPORTED_LENGTHS
impl Debug for __NCRYPT_SUPPORTED_LENGTHS
Source§impl Ord for __NCRYPT_SUPPORTED_LENGTHS
impl Ord for __NCRYPT_SUPPORTED_LENGTHS
Source§fn cmp(&self, other: &__NCRYPT_SUPPORTED_LENGTHS) -> Ordering
fn cmp(&self, other: &__NCRYPT_SUPPORTED_LENGTHS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for __NCRYPT_SUPPORTED_LENGTHS
impl PartialOrd for __NCRYPT_SUPPORTED_LENGTHS
impl Copy for __NCRYPT_SUPPORTED_LENGTHS
impl Eq for __NCRYPT_SUPPORTED_LENGTHS
impl StructuralPartialEq for __NCRYPT_SUPPORTED_LENGTHS
Auto Trait Implementations§
impl Freeze for __NCRYPT_SUPPORTED_LENGTHS
impl RefUnwindSafe for __NCRYPT_SUPPORTED_LENGTHS
impl Send for __NCRYPT_SUPPORTED_LENGTHS
impl Sync for __NCRYPT_SUPPORTED_LENGTHS
impl Unpin for __NCRYPT_SUPPORTED_LENGTHS
impl UnwindSafe for __NCRYPT_SUPPORTED_LENGTHS
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