pub struct MaximumProfile0(/* private fields */);Implementations§
Source§impl MaximumProfile0
impl MaximumProfile0
pub fn version(&self) -> Version16Dot16
pub fn num_glyphs(&self) -> u16
Trait Implementations§
Source§impl AsRef<MaximumProfile0> for MaximumProfile1
impl AsRef<MaximumProfile0> for MaximumProfile1
Source§fn as_ref(&self) -> &MaximumProfile0
fn as_ref(&self) -> &MaximumProfile0
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MaximumProfile0
impl Clone for MaximumProfile0
Source§fn clone(&self) -> MaximumProfile0
fn clone(&self) -> MaximumProfile0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MaximumProfile0
Source§impl Debug for MaximumProfile0
impl Debug for MaximumProfile0
impl Pod for MaximumProfile0
Source§impl<'a> RandomAccess<'a> for &'a MaximumProfile0
impl<'a> RandomAccess<'a> for &'a MaximumProfile0
fn bytes(&self) -> &'a [u8] ⓘ
fn uint8(&self, offset: usize) -> u8
fn uint16(&self, offset: usize) -> u16
fn uint32(&self, offset: usize) -> u32
fn uint24(&self, offset: usize) -> u32
fn int8(&self, offset: usize) -> i8
fn int16(&self, offset: usize) -> i16
fn int32(&self, offset: usize) -> i32
fn fixed(&self, offset: usize) -> Fixed
fn f2dot14(&self, offset: usize) -> F2Dot14
fn longdatetime(&self, offset: usize) -> LongDateTime
fn tag(&self, offset: usize) -> &'a Tag
fn version16dot16(&self, offset: usize) -> Version16Dot16
fn item<T: Pod>(&self, offset: usize) -> &'a T
fn array<T: Pod>(&self, offset: usize, count: usize) -> &'a [T]
fn uint16_array(&self, offset: usize, count: usize) -> U16Array<'a>
fn int16_array(&self, offset: usize, count: usize) -> I16Array<'a>
fn uint32_array(&self, offset: usize, count: usize) -> U32Array<'a>
Auto Trait Implementations§
impl Freeze for MaximumProfile0
impl RefUnwindSafe for MaximumProfile0
impl Send for MaximumProfile0
impl Sync for MaximumProfile0
impl Unpin for MaximumProfile0
impl UnsafeUnpin for MaximumProfile0
impl UnwindSafe for MaximumProfile0
Blanket Implementations§
impl<T> AnyBitPattern for Twhere
T: Pod,
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.