#[repr(C)]pub struct QmiMessageWdsGetPdnThrottleInfoOutputInfoElement {
pub ipv4_throttled: gboolean,
pub ipv6_throttled: gboolean,
pub ipv4_throttle_time_left_ms: u32,
pub ipv6_throttle_time_left_ms: u32,
pub apn: *mut c_char,
}Fields§
§ipv4_throttled: gboolean§ipv6_throttled: gboolean§ipv4_throttle_time_left_ms: u32§ipv6_throttle_time_left_ms: u32§apn: *mut c_charTrait Implementations§
Source§impl Clone for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
impl Clone for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
Source§fn clone(&self) -> QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
fn clone(&self) -> QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageWdsGetPdnThrottleInfoOutputInfoElement
Auto 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