Struct windows_sys::Win32::NetworkManagement::Rras::RAS_SECURITY_INFO
#[repr(C)]pub struct RAS_SECURITY_INFO {
pub LastError: u32,
pub BytesReceived: u32,
pub DeviceName: [u8; 129],
}
Fields§
§LastError: u32
§BytesReceived: u32
§DeviceName: [u8; 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§
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