Struct windows_sys::Win32::NetworkManagement::Rras::SECURITY_MESSAGE
#[repr(C)]pub struct SECURITY_MESSAGE {
pub dwMsgId: SECURITY_MESSAGE_MSG_ID,
pub hPort: isize,
pub dwError: u32,
pub UserName: [u8; 257],
pub Domain: [u8; 16],
}
Fields§
§dwMsgId: SECURITY_MESSAGE_MSG_ID
§hPort: isize
§dwError: u32
§UserName: [u8; 257]
§Domain: [u8; 16]
Trait Implementations§
§impl Clone for SECURITY_MESSAGE
impl Clone for SECURITY_MESSAGE
impl Copy for SECURITY_MESSAGE
Auto Trait Implementations§
impl RefUnwindSafe for SECURITY_MESSAGE
impl Send for SECURITY_MESSAGE
impl Sync for SECURITY_MESSAGE
impl Unpin for SECURITY_MESSAGE
impl UnwindSafe for SECURITY_MESSAGE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more