Struct windows_sys::Win32::NetworkManagement::Dns::DNS_NSEC3PARAM_DATA
[−]#[repr(C)]pub struct DNS_NSEC3PARAM_DATA {
pub chAlgorithm: u8,
pub bFlags: u8,
pub wIterations: u16,
pub bSaltLength: u8,
pub bPad: [u8; 3],
pub pbSalt: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
chAlgorithm: u8
bFlags: u8
wIterations: u16
bSaltLength: u8
bPad: [u8; 3]
pbSalt: [u8; 1]
Trait Implementations
impl Clone for DNS_NSEC3PARAM_DATA
impl Clone for DNS_NSEC3PARAM_DATA
impl Copy for DNS_NSEC3PARAM_DATA
Auto Trait Implementations
impl RefUnwindSafe for DNS_NSEC3PARAM_DATA
impl Send for DNS_NSEC3PARAM_DATA
impl Sync for DNS_NSEC3PARAM_DATA
impl Unpin for DNS_NSEC3PARAM_DATA
impl UnwindSafe for DNS_NSEC3PARAM_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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