#[repr(C)]pub struct NRESARRAY {
pub cItems: u32,
pub nr: [NETRESOURCEA; 1],
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_NetworkManagement_WNet"
Fields
cItems: u32
nr: [NETRESOURCEA; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NRESARRAY
impl !Send for NRESARRAY
impl !Sync for NRESARRAY
impl Unpin for NRESARRAY
impl UnwindSafe for NRESARRAY
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