Struct read_fonts::tables::postscript::FdSelectRange3
source · #[repr(C)]#[repr(packed)]pub struct FdSelectRange3 {
pub first: BigEndian<u16>,
pub fd: u8,
}Expand description
Range struct for FdSelect format 3.
Fields§
§first: BigEndian<u16>First glyph index in range.
fd: u8FD index for all glyphs in range.
Implementations§
Trait Implementations§
source§impl Clone for FdSelectRange3
impl Clone for FdSelectRange3
source§fn clone(&self) -> FdSelectRange3
fn clone(&self) -> FdSelectRange3
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 Debug for FdSelectRange3
impl Debug for FdSelectRange3
source§impl FixedSize for FdSelectRange3
impl FixedSize for FdSelectRange3
source§const RAW_BYTE_LEN: usize = 3usize
const RAW_BYTE_LEN: usize = 3usize
The raw size of this type, in bytes. Read more
source§impl<'a> SomeRecord<'a> for FdSelectRange3
impl<'a> SomeRecord<'a> for FdSelectRange3
fn traverse(self, data: FontData<'a>) -> RecordResolver<'a>
Auto Trait Implementations§
impl RefUnwindSafe for FdSelectRange3
impl Send for FdSelectRange3
impl Sync for FdSelectRange3
impl Unpin for FdSelectRange3
impl UnwindSafe for FdSelectRange3
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