Struct windows_sys::Win32::NetworkManagement::Rras::PPP_NBFCP_INFO
[−]Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwError: u32
wszWksta: [u16; 17]
Trait Implementations
impl Clone for PPP_NBFCP_INFO
impl Clone for PPP_NBFCP_INFO
impl Copy for PPP_NBFCP_INFO
Auto Trait Implementations
impl RefUnwindSafe for PPP_NBFCP_INFO
impl Send for PPP_NBFCP_INFO
impl Sync for PPP_NBFCP_INFO
impl Unpin for PPP_NBFCP_INFO
impl UnwindSafe for PPP_NBFCP_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