Struct windows_sys::Win32::NetworkManagement::Dns::DNS_DS_DATA
[−]#[repr(C)]pub struct DNS_DS_DATA {
pub wKeyTag: u16,
pub chAlgorithm: u8,
pub chDigestType: u8,
pub wDigestLength: u16,
pub wPad: u16,
pub Digest: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
wKeyTag: u16
chAlgorithm: u8
chDigestType: u8
wDigestLength: u16
wPad: u16
Digest: [u8; 1]
Trait Implementations
impl Clone for DNS_DS_DATA
impl Clone for DNS_DS_DATA
impl Copy for DNS_DS_DATA
Auto Trait Implementations
impl RefUnwindSafe for DNS_DS_DATA
impl Send for DNS_DS_DATA
impl Sync for DNS_DS_DATA
impl Unpin for DNS_DS_DATA
impl UnwindSafe for DNS_DS_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