Expand description
Required features: "Win32_Security_NetworkAccessProtection"
Fields
count: u16
results: *mut HRESULT
Trait Implementations
impl Clone for ResultCodes
impl Clone for ResultCodes
impl Copy for ResultCodes
Auto Trait Implementations
impl RefUnwindSafe for ResultCodes
impl !Send for ResultCodes
impl !Sync for ResultCodes
impl Unpin for ResultCodes
impl UnwindSafe for ResultCodes
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