Struct windows_sys::Win32::NetworkManagement::Rras::RAS_SECURITY_INFO
[−]#[repr(C)]pub struct RAS_SECURITY_INFO {
pub LastError: u32,
pub BytesReceived: u32,
pub DeviceName: [CHAR; 129],
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
LastError: u32
BytesReceived: u32
DeviceName: [CHAR; 129]
Trait Implementations
impl Clone for RAS_SECURITY_INFO
impl Clone for RAS_SECURITY_INFO
impl Copy for RAS_SECURITY_INFO
Auto Trait Implementations
impl RefUnwindSafe for RAS_SECURITY_INFO
impl Send for RAS_SECURITY_INFO
impl Sync for RAS_SECURITY_INFO
impl Unpin for RAS_SECURITY_INFO
impl UnwindSafe for RAS_SECURITY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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