pub(crate) struct ClassDefInfo {
pub offset: u16,
pub format: u16,
pub start_glyph_id: u16,
pub count: u16,
}Fields§
§offset: u16§format: u16§start_glyph_id: u16§count: u16Implementations§
Trait Implementations§
Source§impl Clone for ClassDefInfo
impl Clone for ClassDefInfo
Source§fn clone(&self) -> ClassDefInfo
fn clone(&self) -> ClassDefInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClassDefInfo
impl Debug for ClassDefInfo
Source§impl Default for ClassDefInfo
impl Default for ClassDefInfo
Source§fn default() -> ClassDefInfo
fn default() -> ClassDefInfo
Returns the “default value” for a type. Read more
impl Copy for ClassDefInfo
Auto Trait Implementations§
impl Freeze for ClassDefInfo
impl RefUnwindSafe for ClassDefInfo
impl Send for ClassDefInfo
impl Sync for ClassDefInfo
impl Unpin for ClassDefInfo
impl UnsafeUnpin for ClassDefInfo
impl UnwindSafe for ClassDefInfo
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