Struct ttf_parser::gpos::HintingDevice
source · [−]pub struct HintingDevice<'a> { /* private fields */ }
Expand description
A Device Table hinting values.
Implementations
Trait Implementations
sourceimpl<'a> Clone for HintingDevice<'a>
impl<'a> Clone for HintingDevice<'a>
sourcefn clone(&self) -> HintingDevice<'a>
fn clone(&self) -> HintingDevice<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HintingDevice<'_>
impl Debug for HintingDevice<'_>
impl<'a> Copy for HintingDevice<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for HintingDevice<'a>
impl<'a> Send for HintingDevice<'a>
impl<'a> Sync for HintingDevice<'a>
impl<'a> Unpin for HintingDevice<'a>
impl<'a> UnwindSafe for HintingDevice<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more