#[repr(C)]pub struct RTR_INFO_BLOCK_HEADER {
pub Version: u32,
pub Size: u32,
pub TocEntriesCount: u32,
pub TocEntry: [RTR_TOC_ENTRY; 1],
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
Version: u32
Size: u32
TocEntriesCount: u32
TocEntry: [RTR_TOC_ENTRY; 1]
Trait Implementations
impl Clone for RTR_INFO_BLOCK_HEADER
impl Clone for RTR_INFO_BLOCK_HEADER
impl Copy for RTR_INFO_BLOCK_HEADER
Auto Trait Implementations
impl RefUnwindSafe for RTR_INFO_BLOCK_HEADER
impl Send for RTR_INFO_BLOCK_HEADER
impl Sync for RTR_INFO_BLOCK_HEADER
impl Unpin for RTR_INFO_BLOCK_HEADER
impl UnwindSafe for RTR_INFO_BLOCK_HEADER
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