Struct windows_sys::Win32::NetworkManagement::Rras::RTM_ENTITY_INFO
#[repr(C)]pub struct RTM_ENTITY_INFO {
pub RtmInstanceId: u16,
pub AddressFamily: u16,
pub EntityId: RTM_ENTITY_ID,
}
Fields§
§RtmInstanceId: u16
§AddressFamily: u16
§EntityId: RTM_ENTITY_ID
Trait Implementations§
§impl Clone for RTM_ENTITY_INFO
impl Clone for RTM_ENTITY_INFO
impl Copy for RTM_ENTITY_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RTM_ENTITY_INFO
impl Send for RTM_ENTITY_INFO
impl Sync for RTM_ENTITY_INFO
impl Unpin for RTM_ENTITY_INFO
impl UnwindSafe for RTM_ENTITY_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