#[repr(C)]pub struct RTR_TOC_ENTRY {
pub InfoType: u32,
pub InfoSize: u32,
pub Count: u32,
pub Offset: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
InfoType: u32
InfoSize: u32
Count: u32
Offset: u32
Trait Implementations
impl Clone for RTR_TOC_ENTRY
impl Clone for RTR_TOC_ENTRY
impl Copy for RTR_TOC_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for RTR_TOC_ENTRY
impl Send for RTR_TOC_ENTRY
impl Sync for RTR_TOC_ENTRY
impl Unpin for RTR_TOC_ENTRY
impl UnwindSafe for RTR_TOC_ENTRY
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