#[repr(transparent)]pub struct NetworkOperatorDataUsageNotificationKind(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl NetworkOperatorDataUsageNotificationKind
impl NetworkOperatorDataUsageNotificationKind
pub const DataUsageProgress: Self = Self(0i32)
Trait Implementations
impl Copy for NetworkOperatorDataUsageNotificationKind
Auto Trait Implementations
impl RefUnwindSafe for NetworkOperatorDataUsageNotificationKind
impl Send for NetworkOperatorDataUsageNotificationKind
impl Sync for NetworkOperatorDataUsageNotificationKind
impl Unpin for NetworkOperatorDataUsageNotificationKind
impl UnwindSafe for NetworkOperatorDataUsageNotificationKind
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