pub struct ObjId(pub NonZeroU16);
Expand description
An object id. Its meaning is determined by the channel belonged to.
Tuple Fields§
§0: NonZeroU16
Trait Implementations§
source§impl Ord for ObjId
impl Ord for ObjId
source§impl PartialEq for ObjId
impl PartialEq for ObjId
source§impl PartialOrd for ObjId
impl PartialOrd for ObjId
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 ObjId
impl Eq for ObjId
impl StructuralEq for ObjId
impl StructuralPartialEq for ObjId
Auto Trait Implementations§
impl RefUnwindSafe for ObjId
impl Send for ObjId
impl Sync for ObjId
impl Unpin for ObjId
impl UnwindSafe for ObjId
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