struct ComputedArrayOfRecords<'a, T: ReadArgs> {
pub(crate) type_name: &'static str,
pub(crate) data: FontData<'a>,
pub(crate) array: ComputedArray<'a, T>,
}
Fields§
§type_name: &'static str
§data: FontData<'a>
§array: ComputedArray<'a, T>
Trait Implementations§
Source§impl<'a, T> SomeArray<'a> for ComputedArrayOfRecords<'a, T>where
T: FontReadWithArgs<'a> + ComputeSize + SomeRecord<'a> + 'a,
T::Args: Copy + 'static,
Self: 'a,
impl<'a, T> SomeArray<'a> for ComputedArrayOfRecords<'a, T>where
T: FontReadWithArgs<'a> + ComputeSize + SomeRecord<'a> + 'a,
T::Args: Copy + 'static,
Self: 'a,
Auto Trait Implementations§
impl<'a, T> Freeze for ComputedArrayOfRecords<'a, T>
impl<'a, T> RefUnwindSafe for ComputedArrayOfRecords<'a, T>
impl<'a, T> Send for ComputedArrayOfRecords<'a, T>
impl<'a, T> Sync for ComputedArrayOfRecords<'a, T>
impl<'a, T> Unpin for ComputedArrayOfRecords<'a, T>
impl<'a, T> UnwindSafe for ComputedArrayOfRecords<'a, T>
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