Struct windows_sys::Win32::NetworkManagement::Rras::RTM_PREF_INFO
[−]Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
Metric: u32
Preference: u32
Trait Implementations
impl Clone for RTM_PREF_INFO
impl Clone for RTM_PREF_INFO
impl Copy for RTM_PREF_INFO
Auto Trait Implementations
impl RefUnwindSafe for RTM_PREF_INFO
impl Send for RTM_PREF_INFO
impl Sync for RTM_PREF_INFO
impl Unpin for RTM_PREF_INFO
impl UnwindSafe for RTM_PREF_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