pub struct ProfileId(pub [u8; 16]);Expand description
Unique identifier of an RTC model (component / port / connector). Spec §5.4.1 envisages a UUID form; we use a 16-byte opaque vec.
Tuple Fields§
§0: [u8; 16]Implementations§
Trait Implementations§
impl Eq for ProfileId
impl StructuralPartialEq for ProfileId
Auto Trait Implementations§
impl Freeze for ProfileId
impl RefUnwindSafe for ProfileId
impl Send for ProfileId
impl Sync for ProfileId
impl Unpin for ProfileId
impl UnsafeUnpin for ProfileId
impl UnwindSafe for ProfileId
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