#[repr(C)]pub struct AE_RESACCESSREJ {
pub ae_rr_compname: u32,
pub ae_rr_username: u32,
pub ae_rr_resname: u32,
pub ae_rr_operation: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ae_rr_compname: u32
ae_rr_username: u32
ae_rr_resname: u32
ae_rr_operation: u32
Trait Implementations
impl Clone for AE_RESACCESSREJ
impl Clone for AE_RESACCESSREJ
impl Copy for AE_RESACCESSREJ
Auto Trait Implementations
impl RefUnwindSafe for AE_RESACCESSREJ
impl Send for AE_RESACCESSREJ
impl Sync for AE_RESACCESSREJ
impl Unpin for AE_RESACCESSREJ
impl UnwindSafe for AE_RESACCESSREJ
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