Struct MBN_PROVIDER2
#[repr(C)]pub struct MBN_PROVIDER2 {
pub provider: MBN_PROVIDER,
pub cellularClass: MBN_CELLULAR_CLASS,
pub signalStrength: u32,
pub signalError: u32,
}
Fields§
§provider: MBN_PROVIDER
§cellularClass: MBN_CELLULAR_CLASS
§signalStrength: u32
§signalError: u32
Trait Implementations§
§impl Clone for MBN_PROVIDER2
impl Clone for MBN_PROVIDER2
§fn clone(&self) -> MBN_PROVIDER2
fn clone(&self) -> MBN_PROVIDER2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MBN_PROVIDER2
impl Debug for MBN_PROVIDER2
§impl Default for MBN_PROVIDER2
impl Default for MBN_PROVIDER2
§impl PartialEq for MBN_PROVIDER2
impl PartialEq for MBN_PROVIDER2
impl StructuralPartialEq for MBN_PROVIDER2
Auto Trait Implementations§
impl Freeze for MBN_PROVIDER2
impl RefUnwindSafe for MBN_PROVIDER2
impl !Send for MBN_PROVIDER2
impl !Sync for MBN_PROVIDER2
impl Unpin for MBN_PROVIDER2
impl UnwindSafe for MBN_PROVIDER2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more