struct ArrayOfRecords<'a, T> {
pub(crate) type_name: &'static str,
pub(crate) data: FontData<'a>,
pub(crate) records: &'a [T],
}
Fields§
§type_name: &'static str
§data: FontData<'a>
§records: &'a [T]
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for ArrayOfRecords<'a, T>
impl<'a, T> RefUnwindSafe for ArrayOfRecords<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ArrayOfRecords<'a, T>where
T: Sync,
impl<'a, T> Sync for ArrayOfRecords<'a, T>where
T: Sync,
impl<'a, T> Unpin for ArrayOfRecords<'a, T>
impl<'a, T> UnwindSafe for ArrayOfRecords<'a, T>where
T: RefUnwindSafe,
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