#[repr(C)]pub struct QmiMessageWdsGetPdnThrottleInfoOutputInfoElement {
pub ipv4_throttled: gboolean,
pub ipv6_throttled: gboolean,
pub ipv4_throttle_time_left_ms: guint32,
pub ipv6_throttle_time_left_ms: guint32,
pub apn: *mut gchar,
}Expand description
A QmiMessageWdsGetPdnThrottleInfoOutputInfoElement struct.
ipv4_throttled: a gboolean.
ipv6_throttled: a gboolean.
ipv4_throttle_time_left_ms: a guint32.
ipv6_throttle_time_left_ms: a guint32.
apn: a string.
Since: 1.14
A QmiMessageWdsGetPdnThrottleInfoOutputInfoElement struct.
ipv4_throttled: a gboolean.
ipv6_throttled: a gboolean.
ipv4_throttle_time_left_ms: a guint32.
ipv6_throttle_time_left_ms: a guint32.
apn: a string.
Since: 1.14
Fields§
§ipv4_throttled: gboolean§ipv6_throttled: gboolean§ipv4_throttle_time_left_ms: guint32§ipv6_throttle_time_left_ms: guint32§apn: *mut gcharAuto Trait Implementations§
impl !Send for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl !Sync for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl Freeze for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl RefUnwindSafe for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl Unpin for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl UnsafeUnpin for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl UnwindSafe for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
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