pub struct CmapIterStart { /* private fields */ }Expand description
Create one of these to start iterating over cmap values.
Implementations§
Source§impl CmapIterStart
impl CmapIterStart
Sourcepub fn new(cmap_handle: Handle, prefix: &str) -> Result<CmapIterStart>
pub fn new(cmap_handle: Handle, prefix: &str) -> Result<CmapIterStart>
Create a new CmapIterStart object for iterating over a list of cmap keys
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmapIterStart
impl RefUnwindSafe for CmapIterStart
impl Send for CmapIterStart
impl Sync for CmapIterStart
impl Unpin for CmapIterStart
impl UnwindSafe for CmapIterStart
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