#[repr(C)]pub struct MBN_PIN_INFO {
pub pinState: MBN_PIN_STATE,
pub pinType: MBN_PIN_TYPE,
pub attemptsRemaining: u32,
}
Expand description
Required features: "Win32_NetworkManagement_MobileBroadband"
Fields
pinState: MBN_PIN_STATE
pinType: MBN_PIN_TYPE
attemptsRemaining: u32
Trait Implementations
impl Clone for MBN_PIN_INFO
impl Clone for MBN_PIN_INFO
impl Copy for MBN_PIN_INFO
Auto Trait Implementations
impl RefUnwindSafe for MBN_PIN_INFO
impl Send for MBN_PIN_INFO
impl Sync for MBN_PIN_INFO
impl Unpin for MBN_PIN_INFO
impl UnwindSafe for MBN_PIN_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