pub struct ProfileId(pub [u8; 16]);Expand description
Eindeutiger Identifier eines RTC-Modells (Component / Port / Connector). Als Spec-§5.4.1 vorgesehen ist eine UUID-Form; wir benutzen einen 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