pub struct TagView<'a> { /* private fields */ }Implementations§
Source§impl<'a> TagView<'a>
impl<'a> TagView<'a>
pub fn group(&self) -> u16
pub fn element(&self) -> u16
pub fn keyword(&self) -> &'a str
pub fn name(&self) -> &'a str
pub fn creator(&self) -> &'a str
pub fn description(&self) -> &'a str
Sourcepub fn sources_raw(&self) -> &'a str
pub fn sources_raw(&self) -> &'a str
Pipe-delimited list of source PDF filenames that document this tag.
Each entry is a filename (optionally with a #pN page anchor) from
data/sources.json. Empty for public PS3.6 tags.
Sourcepub fn sources(&self) -> impl Iterator<Item = &'a str>
pub fn sources(&self) -> impl Iterator<Item = &'a str>
Source PDF filenames split on |. Empty iterator for public PS3.6 tags.
pub fn vr(&self) -> &'static str
pub fn retired(&self) -> bool
pub fn is_block_offset(&self) -> bool
Auto Trait Implementations§
impl<'a> Freeze for TagView<'a>
impl<'a> RefUnwindSafe for TagView<'a>
impl<'a> Send for TagView<'a>
impl<'a> Sync for TagView<'a>
impl<'a> Unpin for TagView<'a>
impl<'a> UnsafeUnpin for TagView<'a>
impl<'a> UnwindSafe for TagView<'a>
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.