#[repr(transparent)]pub struct QmiWdsQosClassIdentifier(pub c_uint);Expand description
QoS Class Identifier.
Since: 1.18
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsQosClassIdentifier
impl QmiWdsQosClassIdentifier
Sourcepub const NETWORK_ASSIGN: QmiWdsQosClassIdentifier
pub const NETWORK_ASSIGN: QmiWdsQosClassIdentifier
network assigned
Sourcepub const GUARANTEED_BITRATE1: QmiWdsQosClassIdentifier
pub const GUARANTEED_BITRATE1: QmiWdsQosClassIdentifier
guaranteed bitrate 1
Sourcepub const GUARANTEED_BITRATE2: QmiWdsQosClassIdentifier
pub const GUARANTEED_BITRATE2: QmiWdsQosClassIdentifier
guaranteed bitrate 2
Sourcepub const GUARANTEED_BITRATE3: QmiWdsQosClassIdentifier
pub const GUARANTEED_BITRATE3: QmiWdsQosClassIdentifier
guaranteed bitrate 3
Sourcepub const GUARANTEED_BITRATE4: QmiWdsQosClassIdentifier
pub const GUARANTEED_BITRATE4: QmiWdsQosClassIdentifier
guaranteed bitrate 4
Sourcepub const NON_GUARANTEED_BITRATE5: QmiWdsQosClassIdentifier
pub const NON_GUARANTEED_BITRATE5: QmiWdsQosClassIdentifier
non-guaranteed bitrate 5
Sourcepub const NON_GUARANTEED_BITRATE6: QmiWdsQosClassIdentifier
pub const NON_GUARANTEED_BITRATE6: QmiWdsQosClassIdentifier
non-guaranteed bitrate 6
Sourcepub const NON_GUARANTEED_BITRATE7: QmiWdsQosClassIdentifier
pub const NON_GUARANTEED_BITRATE7: QmiWdsQosClassIdentifier
non-guaranteed bitrate 7
Sourcepub const NON_GUARANTEED_BITRATE8: QmiWdsQosClassIdentifier
pub const NON_GUARANTEED_BITRATE8: QmiWdsQosClassIdentifier
non-guaranteed bitrate 8
Trait Implementations§
Source§impl Clone for QmiWdsQosClassIdentifier
impl Clone for QmiWdsQosClassIdentifier
Source§fn clone(&self) -> QmiWdsQosClassIdentifier
fn clone(&self) -> QmiWdsQosClassIdentifier
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 QmiWdsQosClassIdentifier
Source§impl Debug for QmiWdsQosClassIdentifier
impl Debug for QmiWdsQosClassIdentifier
impl Eq for QmiWdsQosClassIdentifier
Source§impl Hash for QmiWdsQosClassIdentifier
impl Hash for QmiWdsQosClassIdentifier
Source§impl PartialEq for QmiWdsQosClassIdentifier
impl PartialEq for QmiWdsQosClassIdentifier
impl StructuralPartialEq for QmiWdsQosClassIdentifier
Auto Trait Implementations§
impl Freeze for QmiWdsQosClassIdentifier
impl RefUnwindSafe for QmiWdsQosClassIdentifier
impl Send for QmiWdsQosClassIdentifier
impl Sync for QmiWdsQosClassIdentifier
impl Unpin for QmiWdsQosClassIdentifier
impl UnsafeUnpin for QmiWdsQosClassIdentifier
impl UnwindSafe for QmiWdsQosClassIdentifier
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