Struct read_fonts::tables::ift::U8Or16
source · pub struct U8Or16(/* private fields */);
Implementations§
Trait Implementations§
source§impl ComputeSize for U8Or16
impl ComputeSize for U8Or16
source§impl FontReadWithArgs<'_> for U8Or16
impl FontReadWithArgs<'_> for U8Or16
impl Copy for U8Or16
impl Eq for U8Or16
impl StructuralPartialEq for U8Or16
Auto Trait Implementations§
impl Freeze for U8Or16
impl RefUnwindSafe for U8Or16
impl Send for U8Or16
impl Sync for U8Or16
impl Unpin for U8Or16
impl UnwindSafe for U8Or16
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
)