pub struct ComponentId(pub u16);Expand description
Component Identifier
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Debug for ComponentId
impl Debug for ComponentId
Source§impl Hash for ComponentId
impl Hash for ComponentId
Source§impl PartialEq for ComponentId
impl PartialEq for ComponentId
impl Eq for ComponentId
impl StructuralPartialEq for ComponentId
Auto Trait Implementations§
impl Freeze for ComponentId
impl RefUnwindSafe for ComponentId
impl Send for ComponentId
impl Sync for ComponentId
impl Unpin for ComponentId
impl UnwindSafe for ComponentId
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