Struct read_fonts::tables::ift::IdDeltaOrLength
source · pub struct IdDeltaOrLength(/* private fields */);
Implementations§
source§impl IdDeltaOrLength
impl IdDeltaOrLength
pub fn into_inner(self) -> i32
Trait Implementations§
source§impl Clone for IdDeltaOrLength
impl Clone for IdDeltaOrLength
source§fn clone(&self) -> IdDeltaOrLength
fn clone(&self) -> IdDeltaOrLength
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 IdDeltaOrLength
impl ComputeSize for IdDeltaOrLength
source§impl Debug for IdDeltaOrLength
impl Debug for IdDeltaOrLength
source§impl FontReadWithArgs<'_> for IdDeltaOrLength
impl FontReadWithArgs<'_> for IdDeltaOrLength
source§impl PartialEq for IdDeltaOrLength
impl PartialEq for IdDeltaOrLength
impl Copy for IdDeltaOrLength
impl Eq for IdDeltaOrLength
impl StructuralPartialEq for IdDeltaOrLength
Auto Trait Implementations§
impl Freeze for IdDeltaOrLength
impl RefUnwindSafe for IdDeltaOrLength
impl Send for IdDeltaOrLength
impl Sync for IdDeltaOrLength
impl Unpin for IdDeltaOrLength
impl UnwindSafe for IdDeltaOrLength
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)