Struct windows_sys::Win32::NetworkManagement::Rras::RTM_DEST_INFO
[−]#[repr(C)]pub struct RTM_DEST_INFO {
pub DestHandle: isize,
pub DestAddress: RTM_NET_ADDRESS,
pub LastChanged: FILETIME,
pub BelongsToViews: u32,
pub NumberOfViews: u32,
pub ViewInfo: [RTM_DEST_INFO_0; 1],
}Expand description
Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation"
Fields
DestHandle: isizeDestAddress: RTM_NET_ADDRESSLastChanged: FILETIMEBelongsToViews: u32NumberOfViews: u32ViewInfo: [RTM_DEST_INFO_0; 1]Trait Implementations
impl Clone for RTM_DEST_INFO
impl Clone for RTM_DEST_INFO
impl Copy for RTM_DEST_INFO
Auto Trait Implementations
impl RefUnwindSafe for RTM_DEST_INFO
impl Send for RTM_DEST_INFO
impl Sync for RTM_DEST_INFO
impl Unpin for RTM_DEST_INFO
impl UnwindSafe for RTM_DEST_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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