#[repr(C)]pub struct BLGlyphMappingState {
pub glyphCount: usize,
pub undefinedFirst: usize,
pub undefinedCount: usize,
}Fields§
§glyphCount: usize§undefinedFirst: usize§undefinedCount: usizeTrait Implementations§
Source§impl Clone for BLGlyphMappingState
impl Clone for BLGlyphMappingState
Source§fn clone(&self) -> BLGlyphMappingState
fn clone(&self) -> BLGlyphMappingState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLGlyphMappingState
Auto Trait Implementations§
impl Freeze for BLGlyphMappingState
impl RefUnwindSafe for BLGlyphMappingState
impl Send for BLGlyphMappingState
impl Sync for BLGlyphMappingState
impl Unpin for BLGlyphMappingState
impl UnwindSafe for BLGlyphMappingState
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