#[repr(C)]pub struct AE_RESACCESS {
pub ae_ra_compname: u32,
pub ae_ra_username: u32,
pub ae_ra_resname: u32,
pub ae_ra_operation: u32,
pub ae_ra_returncode: u32,
pub ae_ra_restype: u32,
pub ae_ra_fileid: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
ae_ra_compname: u32
ae_ra_username: u32
ae_ra_resname: u32
ae_ra_operation: u32
ae_ra_returncode: u32
ae_ra_restype: u32
ae_ra_fileid: u32
Trait Implementations
impl Clone for AE_RESACCESS
impl Clone for AE_RESACCESS
impl Copy for AE_RESACCESS
Auto Trait Implementations
impl RefUnwindSafe for AE_RESACCESS
impl Send for AE_RESACCESS
impl Sync for AE_RESACCESS
impl Unpin for AE_RESACCESS
impl UnwindSafe for AE_RESACCESS
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