#[repr(C)]pub struct ACCESS_INFO_1002 {
pub acc1002_attr: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
acc1002_attr: u32
Trait Implementations
impl Clone for ACCESS_INFO_1002
impl Clone for ACCESS_INFO_1002
impl Copy for ACCESS_INFO_1002
Auto Trait Implementations
impl RefUnwindSafe for ACCESS_INFO_1002
impl Send for ACCESS_INFO_1002
impl Sync for ACCESS_INFO_1002
impl Unpin for ACCESS_INFO_1002
impl UnwindSafe for ACCESS_INFO_1002
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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