Struct windows_sys::Win32::Security::Authorization::AUDIT_IP_ADDRESS
[−]Expand description
Required features: ‘Win32_Security_Authorization’
Fields
pIpAddress: [u8; 128]
Trait Implementations
impl Clone for AUDIT_IP_ADDRESS
impl Clone for AUDIT_IP_ADDRESS
impl Copy for AUDIT_IP_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for AUDIT_IP_ADDRESS
impl Send for AUDIT_IP_ADDRESS
impl Sync for AUDIT_IP_ADDRESS
impl Unpin for AUDIT_IP_ADDRESS
impl UnwindSafe for AUDIT_IP_ADDRESS
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