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