Struct read_fonts::tables::cvar::CvtDelta
source · pub struct CvtDelta {
pub position: u16,
pub value: i32,
}
Expand description
Delta for an entry in the control value table.
Fields§
§position: u16
The index in the CVT.
value: i32
The delta to apply to the value in the CVT.
Implementations§
Trait Implementations§
source§impl TupleDelta for CvtDelta
impl TupleDelta for CvtDelta
impl Copy for CvtDelta
impl Eq for CvtDelta
impl StructuralPartialEq for CvtDelta
Auto Trait Implementations§
impl Freeze for CvtDelta
impl RefUnwindSafe for CvtDelta
impl Send for CvtDelta
impl Sync for CvtDelta
impl Unpin for CvtDelta
impl UnwindSafe for CvtDelta
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
)