Struct ttf_parser::sbix::Strikes
source · [−]pub struct Strikes<'a> { /* private fields */ }
Expand description
A list of Strike
s.
Implementations
Trait Implementations
sourceimpl<'a> IntoIterator for Strikes<'a>
impl<'a> IntoIterator for Strikes<'a>
impl<'a> Copy for Strikes<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Strikes<'a>
impl<'a> Send for Strikes<'a>
impl<'a> Sync for Strikes<'a>
impl<'a> Unpin for Strikes<'a>
impl<'a> UnwindSafe for Strikes<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more