Struct SECURITY_MESSAGE
#[repr(C)]pub struct SECURITY_MESSAGE {
pub dwMsgId: SECURITY_MESSAGE_MSG_ID,
pub hPort: isize,
pub dwError: u32,
pub UserName: [i8; 257],
pub Domain: [i8; 16],
}
Fields§
§dwMsgId: SECURITY_MESSAGE_MSG_ID
§hPort: isize
§dwError: u32
§UserName: [i8; 257]
§Domain: [i8; 16]
Trait Implementations§
§impl Clone for SECURITY_MESSAGE
impl Clone for SECURITY_MESSAGE
§fn clone(&self) -> SECURITY_MESSAGE
fn clone(&self) -> SECURITY_MESSAGE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SECURITY_MESSAGE
Auto Trait Implementations§
impl Freeze for SECURITY_MESSAGE
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