#[repr(C)]pub struct RTM_ENTITY_EXPORT_METHODS {
pub NumMethods: u32,
pub Methods: [RTM_ENTITY_EXPORT_METHOD; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
NumMethods: u32
Methods: [RTM_ENTITY_EXPORT_METHOD; 1]
Trait Implementations
impl Clone for RTM_ENTITY_EXPORT_METHODS
impl Clone for RTM_ENTITY_EXPORT_METHODS
impl Copy for RTM_ENTITY_EXPORT_METHODS
Auto Trait Implementations
impl RefUnwindSafe for RTM_ENTITY_EXPORT_METHODS
impl Send for RTM_ENTITY_EXPORT_METHODS
impl Sync for RTM_ENTITY_EXPORT_METHODS
impl Unpin for RTM_ENTITY_EXPORT_METHODS
impl UnwindSafe for RTM_ENTITY_EXPORT_METHODS
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