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