#[repr(C)]pub struct BLGlyphItem {
pub __bindgen_anon_1: BLGlyphItem__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: BLGlyphItem__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLGlyphItem
impl Clone for BLGlyphItem
Source§fn clone(&self) -> BLGlyphItem
fn clone(&self) -> BLGlyphItem
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 BLGlyphItem
Auto Trait Implementations§
impl Freeze for BLGlyphItem
impl RefUnwindSafe for BLGlyphItem
impl Send for BLGlyphItem
impl Sync for BLGlyphItem
impl Unpin for BLGlyphItem
impl UnwindSafe for BLGlyphItem
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