#[repr(C)]pub struct MBN_DEVICE_SERVICE {
pub deviceServiceID: BSTR,
pub dataWriteSupported: i16,
pub dataReadSupported: i16,
}
Expand description
Required features: "Win32_NetworkManagement_MobileBroadband"
, "Win32_Foundation"
Fields
deviceServiceID: BSTR
dataWriteSupported: i16
dataReadSupported: i16
Trait Implementations
impl Clone for MBN_DEVICE_SERVICE
impl Clone for MBN_DEVICE_SERVICE
impl Copy for MBN_DEVICE_SERVICE
Auto Trait Implementations
impl RefUnwindSafe for MBN_DEVICE_SERVICE
impl !Send for MBN_DEVICE_SERVICE
impl !Sync for MBN_DEVICE_SERVICE
impl Unpin for MBN_DEVICE_SERVICE
impl UnwindSafe for MBN_DEVICE_SERVICE
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