#[repr(transparent)]pub struct QmiWdsDeliveryOrder(pub c_uint);Expand description
QoS delivery order.
QMI_WDS_QOS_DELIVERY_ORDER_SUBSCRIBE: Subscribe.
QMI_WDS_QOS_DELIVERY_ORDER_ON: On.
QMI_WDS_QOS_DELIVERY_ORDER_OFF: Off.
Since: 1.14
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for QmiWdsDeliveryOrder
impl Clone for QmiWdsDeliveryOrder
Source§fn clone(&self) -> QmiWdsDeliveryOrder
fn clone(&self) -> QmiWdsDeliveryOrder
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 QmiWdsDeliveryOrder
Source§impl Debug for QmiWdsDeliveryOrder
impl Debug for QmiWdsDeliveryOrder
impl Eq for QmiWdsDeliveryOrder
Source§impl Hash for QmiWdsDeliveryOrder
impl Hash for QmiWdsDeliveryOrder
Source§impl PartialEq for QmiWdsDeliveryOrder
impl PartialEq for QmiWdsDeliveryOrder
impl StructuralPartialEq for QmiWdsDeliveryOrder
Auto Trait Implementations§
impl Freeze for QmiWdsDeliveryOrder
impl RefUnwindSafe for QmiWdsDeliveryOrder
impl Send for QmiWdsDeliveryOrder
impl Sync for QmiWdsDeliveryOrder
impl Unpin for QmiWdsDeliveryOrder
impl UnsafeUnpin for QmiWdsDeliveryOrder
impl UnwindSafe for QmiWdsDeliveryOrder
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