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