#[repr(C)]pub struct NETLOGON_INFO_2 {
pub netlog2_flags: u32,
pub netlog2_pdc_connection_status: u32,
pub netlog2_trusted_dc_name: PWSTR,
pub netlog2_tc_connection_status: u32,
}Fields§
§netlog2_flags: u32§netlog2_pdc_connection_status: u32§netlog2_trusted_dc_name: PWSTR§netlog2_tc_connection_status: u32Trait Implementations§
§impl Clone for NETLOGON_INFO_2
impl Clone for NETLOGON_INFO_2
impl Copy for NETLOGON_INFO_2
Auto Trait Implementations§
impl RefUnwindSafe for NETLOGON_INFO_2
impl !Send for NETLOGON_INFO_2
impl !Sync for NETLOGON_INFO_2
impl Unpin for NETLOGON_INFO_2
impl UnwindSafe for NETLOGON_INFO_2
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