#[repr(C)]pub struct DS_REPL_NEIGHBORSW {
pub cNumNeighbors: u32,
pub dwReserved: u32,
pub rgNeighbor: [DS_REPL_NEIGHBORW; 1],
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
cNumNeighbors: u32
dwReserved: u32
rgNeighbor: [DS_REPL_NEIGHBORW; 1]
Trait Implementations
impl Clone for DS_REPL_NEIGHBORSW
impl Clone for DS_REPL_NEIGHBORSW
impl Copy for DS_REPL_NEIGHBORSW
Auto Trait Implementations
impl RefUnwindSafe for DS_REPL_NEIGHBORSW
impl !Send for DS_REPL_NEIGHBORSW
impl !Sync for DS_REPL_NEIGHBORSW
impl Unpin for DS_REPL_NEIGHBORSW
impl UnwindSafe for DS_REPL_NEIGHBORSW
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