pub enum VmtxEntry {
FullMetric {
advance_height: u16,
tsb: i16,
},
LeftoverBearing(i16),
}Variants§
Auto Trait Implementations§
impl Freeze for VmtxEntry
impl RefUnwindSafe for VmtxEntry
impl Send for VmtxEntry
impl Sync for VmtxEntry
impl Unpin for VmtxEntry
impl UnsafeUnpin for VmtxEntry
impl UnwindSafe for VmtxEntry
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