struct BlobTableEntry {
flag: AtomicU8,
start: u32,
end: u32,
}Expand description
A single table in a font blob.
Fields§
§flag: AtomicU8Holds validation state.
start: u32§end: u32Trait Implementations§
Source§impl Default for BlobTableEntry
impl Default for BlobTableEntry
Source§fn default() -> BlobTableEntry
fn default() -> BlobTableEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for BlobTableEntry
impl RefUnwindSafe for BlobTableEntry
impl Send for BlobTableEntry
impl Sync for BlobTableEntry
impl Unpin for BlobTableEntry
impl UnsafeUnpin for BlobTableEntry
impl UnwindSafe for BlobTableEntry
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