Enum read_fonts::tables::variations::DeltaRunType
source · pub enum DeltaRunType {
Zero,
I8,
I16,
I32,
}
Expand description
The type of values for a given delta run (influences the number of bytes per delta)
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DeltaRunType
impl Clone for DeltaRunType
source§fn clone(&self) -> DeltaRunType
fn clone(&self) -> DeltaRunType
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 DeltaRunType
impl Debug for DeltaRunType
source§impl PartialEq for DeltaRunType
impl PartialEq for DeltaRunType
impl Copy for DeltaRunType
impl StructuralPartialEq for DeltaRunType
Auto Trait Implementations§
impl Freeze for DeltaRunType
impl RefUnwindSafe for DeltaRunType
impl Send for DeltaRunType
impl Sync for DeltaRunType
impl Unpin for DeltaRunType
impl UnwindSafe for DeltaRunType
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
)