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