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