pub struct LabelsRegister { /* private fields */ }Expand description
Parsed SMPTE LabelsRegister: maps 16-byte UL AUID → Symbol string.
Implementations§
Auto Trait Implementations§
impl Freeze for LabelsRegister
impl RefUnwindSafe for LabelsRegister
impl Send for LabelsRegister
impl Sync for LabelsRegister
impl Unpin for LabelsRegister
impl UnsafeUnpin for LabelsRegister
impl UnwindSafe for LabelsRegister
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