#[repr(C)]pub struct NETLOGON_INFO_4 {
pub netlog4_trusted_dc_name: PWSTR,
pub netlog4_trusted_domain_name: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
netlog4_trusted_dc_name: PWSTR
netlog4_trusted_domain_name: PWSTR
Trait Implementations
impl Clone for NETLOGON_INFO_4
impl Clone for NETLOGON_INFO_4
impl Copy for NETLOGON_INFO_4
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_INFO_4
impl !Send for NETLOGON_INFO_4
impl !Sync for NETLOGON_INFO_4
impl Unpin for NETLOGON_INFO_4
impl UnwindSafe for NETLOGON_INFO_4
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