#[repr(transparent)]pub struct QmiDataEndpointType(pub c_uint);Expand description
Data Endpoint Type.
Since: 1.18
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiDataEndpointType
impl QmiDataEndpointType
Sourcepub const UNKNOWN: QmiDataEndpointType
pub const UNKNOWN: QmiDataEndpointType
Unknown. Since 1.30.
Sourcepub const HSIC: QmiDataEndpointType
pub const HSIC: QmiDataEndpointType
High-speed inter-chip interface. Since 1.30.
Sourcepub const HSUSB: QmiDataEndpointType
pub const HSUSB: QmiDataEndpointType
High-speed USB.
Sourcepub const PCIE: QmiDataEndpointType
pub const PCIE: QmiDataEndpointType
PCIe. Since 1.28.
Sourcepub const EMBEDDED: QmiDataEndpointType
pub const EMBEDDED: QmiDataEndpointType
Embedded. Since 1.28.
Sourcepub const BAM_DMUX: QmiDataEndpointType
pub const BAM_DMUX: QmiDataEndpointType
BAM/DMUX. Since 1.30.
Sourcepub const UNDEFINED: QmiDataEndpointType
pub const UNDEFINED: QmiDataEndpointType
Undefined.
Trait Implementations§
Source§impl Clone for QmiDataEndpointType
impl Clone for QmiDataEndpointType
Source§fn clone(&self) -> QmiDataEndpointType
fn clone(&self) -> QmiDataEndpointType
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 QmiDataEndpointType
Source§impl Debug for QmiDataEndpointType
impl Debug for QmiDataEndpointType
impl Eq for QmiDataEndpointType
Source§impl Hash for QmiDataEndpointType
impl Hash for QmiDataEndpointType
Source§impl PartialEq for QmiDataEndpointType
impl PartialEq for QmiDataEndpointType
impl StructuralPartialEq for QmiDataEndpointType
Auto Trait Implementations§
impl Freeze for QmiDataEndpointType
impl RefUnwindSafe for QmiDataEndpointType
impl Send for QmiDataEndpointType
impl Sync for QmiDataEndpointType
impl Unpin for QmiDataEndpointType
impl UnsafeUnpin for QmiDataEndpointType
impl UnwindSafe for QmiDataEndpointType
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