pub struct SMXTagTable { /* private fields */ }
Implementations§
Source§impl SMXTagTable
impl SMXTagTable
pub fn new( header: Rc<SMXHeader>, section: Rc<SectionEntry>, names: Rc<RefCell<SMXNameTable>>, ) -> Result<Self>
pub fn find_tag(&mut self, tag: u16) -> Option<Tag>
pub fn entries(&self) -> Vec<Tag>
pub fn get_entry(&self, index: usize) -> Tag
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
Trait Implementations§
Source§impl Clone for SMXTagTable
impl Clone for SMXTagTable
Source§fn clone(&self) -> SMXTagTable
fn clone(&self) -> SMXTagTable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SMXTagTable
impl RefUnwindSafe for SMXTagTable
impl Send for SMXTagTable
impl Sync for SMXTagTable
impl Unpin for SMXTagTable
impl UnwindSafe for SMXTagTable
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