#[repr(C)]pub struct ACCESS_INFO_0 {
pub acc0_resource_name: PWSTR,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
acc0_resource_name: PWSTRTrait Implementations
impl Clone for ACCESS_INFO_0
impl Clone for ACCESS_INFO_0
impl Copy for ACCESS_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for ACCESS_INFO_0
impl !Send for ACCESS_INFO_0
impl !Sync for ACCESS_INFO_0
impl Unpin for ACCESS_INFO_0
impl UnwindSafe for ACCESS_INFO_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more