Struct ttf_parser::tables::cff::argstack::ArgumentsStack
source · pub struct ArgumentsStack<'a> {
pub data: &'a mut [f32],
pub len: usize,
pub max_len: usize,
}
Fields§
§data: &'a mut [f32]
§len: usize
§max_len: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ArgumentsStack<'a>
impl<'a> RefUnwindSafe for ArgumentsStack<'a>
impl<'a> Send for ArgumentsStack<'a>
impl<'a> Sync for ArgumentsStack<'a>
impl<'a> Unpin for ArgumentsStack<'a>
impl<'a> !UnwindSafe for ArgumentsStack<'a>
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