Struct twizzler_abi::device::DeviceId
source · #[repr(transparent)]pub struct DeviceId(/* private fields */);
Expand description
A per-bus device ID.
Implementations§
Trait Implementations§
source§impl Ord for DeviceId
impl Ord for DeviceId
source§impl PartialEq<DeviceId> for DeviceId
impl PartialEq<DeviceId> for DeviceId
source§impl PartialOrd<DeviceId> for DeviceId
impl PartialOrd<DeviceId> for DeviceId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DeviceId
impl Eq for DeviceId
impl StructuralEq for DeviceId
impl StructuralPartialEq for DeviceId
Auto Trait Implementations§
impl ObjSafe for DeviceId
impl RefUnwindSafe for DeviceId
impl Send for DeviceId
impl Sync for DeviceId
impl Unpin for DeviceId
impl UnwindSafe for DeviceId
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