pub struct EntryMapRecord {
pub first_entry_index: U8Or16,
pub last_entry_index: U8Or16,
}
Fields§
§first_entry_index: U8Or16
§last_entry_index: U8Or16
Implementations§
Source§impl EntryMapRecord
impl EntryMapRecord
pub fn first_entry_index(&self) -> &U8Or16
pub fn last_entry_index(&self) -> &U8Or16
Trait Implementations§
Source§impl Clone for EntryMapRecord
impl Clone for EntryMapRecord
Source§fn clone(&self) -> EntryMapRecord
fn clone(&self) -> EntryMapRecord
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ComputeSize for EntryMapRecord
impl ComputeSize for EntryMapRecord
Source§impl Debug for EntryMapRecord
impl Debug for EntryMapRecord
Source§impl<'a> FontReadWithArgs<'a> for EntryMapRecord
impl<'a> FontReadWithArgs<'a> for EntryMapRecord
Auto Trait Implementations§
impl Freeze for EntryMapRecord
impl RefUnwindSafe for EntryMapRecord
impl Send for EntryMapRecord
impl Sync for EntryMapRecord
impl Unpin for EntryMapRecord
impl UnwindSafe for EntryMapRecord
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